summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-11-04 10:31:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-11-04 10:37:09 +0100
commit1b8977ff7cc06f2c7fbd82a3f95f72c52d0221f8 (patch)
treeef1369ec6d0e9762e1b65a5aac98e3cf8e825b73 /docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3
parent721fbf63f4238a267ab9034e0aadefabd2b89530 (diff)
downloadcurl-1b8977ff7cc06f2c7fbd82a3f95f72c52d0221f8.tar.gz
opts: more multi options as stand-alone man pages
Diffstat (limited to 'docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3')
-rw-r--r--docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3
index 743aa99eb..809c3ef5b 100644
--- a/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3
+++ b/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3
@@ -31,7 +31,7 @@ int timer_callback(CURLM *multi, /* multi handle */
long timeout_ms, /* see above */
void *userp); /* private callback pointer */
-CURLcode curl_multi_setopt(CURL *handle, CURLMOPT_TIMERFUNCTION, timer_callback);
+CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_TIMERFUNCTION, timer_callback);
.SH DESCRIPTION
Pass a pointer to your callback function, which should match the prototype
shown above.