1 .\" You can view this file with:
3 .\" $Id: curl_multi_strerror.3,v 1.3 2006/01/02 23:32:36 bagder Exp $
5 .TH curl_multi_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual"
7 curl_multi_strerror - return string describing error code
10 .B #include <curl/curl.h>
11 .BI "const char *curl_multi_strerror(CURLMcode " errornum ");"
13 The curl_multi_strerror() function returns a string describing the CURLMcode
14 error code passed in the argument \fIerrornum\fP.
16 This function was added in libcurl 7.12.0
18 A pointer to a zero terminated string.
20 .BR libcurl-errors "(3), " curl_easy_strerror "(3), " curl_share_strerror "(3)"