aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_multi_add_handle.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-04 10:10:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-04 10:10:58 +0000
commit465ae39e86396c2d1a84735164964a43a9c157e1 (patch)
treee91ac4553ccabb30e6c1d8907841df21d7a66f14 /docs/curl_multi_add_handle.3
parent01f04b9a4127aa2bfb9cdaa8b2d4114268f45514 (diff)
moved to the new libcurl/ directory
Diffstat (limited to 'docs/curl_multi_add_handle.3')
-rw-r--r--docs/curl_multi_add_handle.317
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/curl_multi_add_handle.3 b/docs/curl_multi_add_handle.3
deleted file mode 100644
index b8b274da9..000000000
--- a/docs/curl_multi_add_handle.3
+++ /dev/null
@@ -1,17 +0,0 @@
-.\" $Id$
-.\"
-.TH curl_multi_add_handle 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
-.SH NAME
-curl_multi_add_handle - add an easy handle to a multi session
-.SH SYNOPSIS
-#include <curl/curl.h>
-
-CURLMcode curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle);
-.ad
-.SH DESCRIPTION
-Adds a standard easy handle to the multi stack. This will make this multi
-handle control the specified easy handle.
-.SH RETURN VALUE
-CURLMcode type, general libcurl multi interface error code.
-.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3)," curl_multi_init "(3)"