diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-03-01 15:34:23 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-01 15:34:23 +0000 |
| commit | 62b5926d581d8c4939d3be36bcc197b60abc75d7 (patch) | |
| tree | 8994ce338da7de2c62bffdc145652257a6e1bd4f /docs/curl_multi_remove_handle.3 | |
| parent | 4d1037f3854a896e7a31b039ceb137d2f27c03f6 (diff) | |
initial and still basic curl multi interface documentation
Diffstat (limited to 'docs/curl_multi_remove_handle.3')
| -rw-r--r-- | docs/curl_multi_remove_handle.3 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/curl_multi_remove_handle.3 b/docs/curl_multi_remove_handle.3 new file mode 100644 index 000000000..11cc6c587 --- /dev/null +++ b/docs/curl_multi_remove_handle.3 @@ -0,0 +1,17 @@ +.\" $Id$ +.\" +.TH curl_multi_remove_handle 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual" +.SH NAME +curl_multi_remove_handle - add an easy handle to a multi session +.SH SYNOPSIS +#include <curl/curl.h> + +CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_handle); +.ad +.SH DESCRIPTION +Removes a given easy_handle from the multi_handle. This will make the +specified easy handle be removed from this multi handle's control. +.SH RETURN VALUE +CURLMcode type, general libcurl multi interface error code. +.SH "SEE ALSO" +.BR curl_multi_cleanup "(3)," curl_multi_init "(3)" |
