aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-01 11:45:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-24 23:44:42 +0200
commitea7134ac874a66107e54ff93657ac565cf2ec4aa (patch)
tree72f0b2d2b5aa7158197449ef46c1cb122e010476 /docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
parent70191958b5db1814e13ef90856a9f70a5186e733 (diff)
http2: initial implementation of the push callback
Diffstat (limited to 'docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3')
-rw-r--r--docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.32
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);