multi: Move http2 push function declarations to header end
This change necessary for binary compatibility. Prior to this change test 1135 failed due to the order of functions.
This commit is contained in:
committed by
Daniel Stenberg
parent
f9087b7499
commit
1c5997ae9d
@@ -87,6 +87,8 @@ CURL_EXTERN CURLMcode curl_multi_socket_all(CURLM *multi_handle,
|
||||
CURL_EXTERN CURLMcode curl_multi_timeout(CURLM *multi_handle,
|
||||
CURL_EXTERN CURLMcode curl_multi_setopt(CURLM *multi_handle,
|
||||
CURL_EXTERN CURLMcode curl_multi_assign(CURLM *multi_handle,
|
||||
CURL_EXTERN char *curl_pushheader_bynum(struct curl_pushheaders *h,
|
||||
CURL_EXTERN char *curl_pushheader_byname(struct curl_pushheaders *h,
|
||||
</stdout>
|
||||
</verify>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user