diff options
Diffstat (limited to 'lib/http2.h')
-rw-r--r-- | lib/http2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http2.h b/lib/http2.h index 5b14f21e2..ee95ef656 100644 --- a/lib/http2.h +++ b/lib/http2.h @@ -43,7 +43,7 @@ int Curl_http2_switched(struct connectdata *conn); #define Curl_http2_send_request(x) #define Curl_http2_request_upgrade(x,y) CURLE_OK #define Curl_http2_switched(x) -#define Curl_http2_setup(x) +#define Curl_http2_setup(x) Curl_nop_stmt #endif #endif /* HEADER_CURL_HTTP2_H */ |