From ac48668a549fe76648e0ac3f93c9943383e043f5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Nov 2013 18:02:01 +0000 Subject: curl folder renamed git-svn-id: http://svn.miranda-ng.org/main/trunk@6858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../curl/docs/libcurl/curl_easy_strerror.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 plugins/FTPFileYM/curl/docs/libcurl/curl_easy_strerror.html (limited to 'plugins/FTPFileYM/curl/docs/libcurl/curl_easy_strerror.html') diff --git a/plugins/FTPFileYM/curl/docs/libcurl/curl_easy_strerror.html b/plugins/FTPFileYM/curl/docs/libcurl/curl_easy_strerror.html new file mode 100644 index 0000000000..d8cb379dc3 --- /dev/null +++ b/plugins/FTPFileYM/curl/docs/libcurl/curl_easy_strerror.html @@ -0,0 +1,57 @@ + + +curl_easy_strerror man page + + + + +

NAME

+

curl_easy_strerror - return string describing error code

SYNOPSIS

+

#include <curl/curl.h> +

const char *curl_easy_strerror(CURLcode errornum);

DESCRIPTION

+

The curl_easy_strerror() function returns a string describing the CURLcode error code passed in the argument errornum.

AVAILABILITY

+

This function was added in libcurl 7.12.0

RETURN VALUE

+

A pointer to a zero terminated string.

SEE ALSO

+

libcurl-errors (3) curl_multi_strerror (3) curl_share_strerror (3)

+ This HTML page was made with roffit. + -- cgit v1.2.3