aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-06-30 17:19:21 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-06-30 17:19:21 -0400
commit66a5f76583d3163ecdd00a3c2a43e1a243eee193 (patch)
tree7b6b895de5d9d82a1e8cbf2ec0075a80043f3ee8 /tests
parent616cecfdb6b377b7920f4b6bfe1bb775463c7f73 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test11352
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test1135 b/tests/data/test1135
index 8fce5658a..960aade8d 100644
--- a/tests/data/test1135
+++ b/tests/data/test1135
@@ -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>