opts: more multi options as stand-alone man pages

This commit is contained in:
Daniel Stenberg
2014-11-04 10:31:24 +01:00
parent 721fbf63f4
commit 1b8977ff7c
13 changed files with 319 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ int socket_callback(CURL *easy, /* easy handle */
void *userp, /* private callback pointer */
void *socketp); /* private socket pointer */
CURLcode curl_multi_setopt(CURL *handle, CURLMOPT_SOCKETFUNCTION, socket_callback);
CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_SOCKETFUNCTION, socket_callback);
.SH DESCRIPTION
Pass a pointer to your callback function, which should match the prototype
shown above.