diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-07 08:50:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-07 08:50:18 +0000 |
commit | c2d4fd876c77132caf593e397db615eb12266c7d (patch) | |
tree | 01bba628f02a5658a04ab969b1402a10dea08e81 /docs/libcurl/curl_multi_add_handle.3 | |
parent | 58cad04bbbe2438d499c5f2c9f1af40e2a78a555 (diff) | |
download | curl-c2d4fd876c77132caf593e397db615eb12266c7d.tar.gz |
7.9.5 commitcurl-7_9_5
Diffstat (limited to 'docs/libcurl/curl_multi_add_handle.3')
-rw-r--r-- | docs/libcurl/curl_multi_add_handle.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_add_handle.3 b/docs/libcurl/curl_multi_add_handle.3 index b8b274da9..c2077a048 100644 --- a/docs/libcurl/curl_multi_add_handle.3 +++ b/docs/libcurl/curl_multi_add_handle.3 @@ -1,6 +1,6 @@ .\" $Id$ .\" -.TH curl_multi_add_handle 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual" +.TH curl_multi_add_handle 3 "4 March 2002" "libcurl 7.9.5" "libcurl Manual" .SH NAME curl_multi_add_handle - add an easy handle to a multi session .SH SYNOPSIS @@ -11,6 +11,9 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle); .SH DESCRIPTION Adds a standard easy handle to the multi stack. This will make this multi handle control the specified easy handle. + +When an easy handle has been added to a multi stack, you can not and you must +not use curl_easy_perform() on that handle! .SH RETURN VALUE CURLMcode type, general libcurl multi interface error code. .SH "SEE ALSO" |