From 220caed248ec990c137a9f197710eddad4a608eb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Feb 2004 09:07:26 +0000 Subject: Dominick Meglio's added share interface documentation --- docs/libcurl/libcurl-errors.3 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'docs/libcurl/libcurl-errors.3') diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index eae506558..9ca61752f 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -15,7 +15,6 @@ human readable error string that may offer more details about the error cause than just the error code does. CURLcode is one of the following: -.RS 0 .IP "CURLE_OK (0)" All fine. Proceed as usual. .IP "CURLE_UNSUPPORTED_PROTOCOL (1)" @@ -183,8 +182,22 @@ Unrecognized transfer encoding Invalid LDAP URL .IP "CURLE_FILESIZE_EXCEEDED (63)" Maximum file size exceeded -.RE - .SH "CURLMcode" This is the generic return code used by functions in the libcurl multi interface. + +This is left to be documented. +.SH "CURLSHcode" +The "share" interface will return a CURLSHcode to indicate when an +error has occurred. + +CURLSHcode is one of the following: +.IP "CURLSHE_OK (0)" +All fine. Proceed as usual. +.IP "CURLSHE_BAD_OPTION (1)" +An invalid option was passed to the function. +.IP "CURLSHE_IN_USE (2)" +The share object is currently in use. +.IP "CURLSHE_INVALID (3)" +An invalid share object was passed to the function. + -- cgit v1.2.3