libcurl Manual curlsharestrerror(3)
NAME
curlsharestrerror - return string describing error code
SYNOPSIS
#include
const char *curlsharestrerror(CURLSHcode errornum);
DESCRIPTION
The curlsharestrerror() function returns a string describ-
ing the CURLSHcode error code passed in the argument error-
num.
AVAILABILITY
This function was added in libcurl 7.12.0
RETURN VALUE
A pointer to a zero terminated string.
SEE ALSO
libcurl-errors(3), curlmultistrerror(3),
curleasystrerror(3)
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcurl
Interface Stability Uncommitted
NOTES
Source for C-URL is available on http:/opensolaris.org.
libcurl 7.12 Last change: 26 Apr 2004 1
|