diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-06-01 11:45:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-24 23:44:42 +0200 |
commit | ea7134ac874a66107e54ff93657ac565cf2ec4aa (patch) | |
tree | 72f0b2d2b5aa7158197449ef46c1cb122e010476 /docs/libcurl | |
parent | 70191958b5db1814e13ef90856a9f70a5186e733 (diff) |
http2: initial implementation of the push callback
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 index 28fa2e76c..a46150ab7 100644 --- a/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 +++ b/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 @@ -39,7 +39,7 @@ struct curl_headerpair *curl_pushheader_byname(push_headers, char *name); int curl_push_callback(CURL *parent, CURL *easy, - int num_headers, + size_t num_headers, struct curl_pushheaders *headers, void *userp); |