From dcce39da3e6f7485dca39950dfc835563de3c3ea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 25 Feb 2013 10:15:31 +0000 Subject: 1 step: libcurl static link git-svn-id: http://svn.miranda-ng.org/main/trunk@3763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../curl-7.29.0/docs/libcurl/curl_easy_reset.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_easy_reset.html (limited to 'plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_easy_reset.html') diff --git a/plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_easy_reset.html b/plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_easy_reset.html new file mode 100644 index 0000000000..a7dc70c849 --- /dev/null +++ b/plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_easy_reset.html @@ -0,0 +1,60 @@ + + +curl_easy_reset man page + + + + +

NAME

+

curl_easy_reset - reset all options of a libcurl session handle

SYNOPSIS

+

#include <curl/curl.h> +

void curl_easy_reset(CURL *handle ); +

DESCRIPTION

+

Re-initializes all options previously set on a specified CURL handle to the default values. This puts back the handle to the same state as it was in when it was just created with curl_easy_init(3). +

It does not change the following information kept in the handle: live connections, the Session ID cache, the DNS cache, the cookies and shares.

AVAILABILITY

+

This function was added in libcurl 7.12.1

RETURN VALUE

+

Nothing

SEE ALSO

+

curl_easy_init (3) curl_easy_cleanup (3) curl_easy_setopt (3) +

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