mirror of
https://github.com/ENSL/NS.git
synced 2024-11-15 09:21:54 +00:00
19b458f8bc
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@141 67975925-1194-0748-b3d5-c16f83f1a3a1
74 lines
1.2 KiB
HTML
74 lines
1.2 KiB
HTML
<HTML>
|
|
<BODY>
|
|
<PRE>
|
|
<!-- Manpage converted by man2html 3.0.1 -->
|
|
curl_easy_init - Start a libcurl easy session
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<B>#include</B> <B><curl/curl.h></B>
|
|
|
|
<B>CURL</B> <B>*curl_easy_init(</B> <B>);</B>
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
This function must be the first function to call, and it
|
|
returns a CURL easy handle that you must use as input to
|
|
other easy-functions. curl_easy_init intializes curl and
|
|
this call MUST have a corresponding call to
|
|
<I>curl</I><B>_</B><I>easy</I><B>_</B><I>cleanup</I> when the operation is complete.
|
|
|
|
|
|
|
|
</PRE>
|
|
<H2>RETURN VALUE</H2><PRE>
|
|
If this function returns NULL, something went wrong and
|
|
you cannot use the other curl functions.
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<B>curl_easy_cleanup(3)</B>, <B>curl_global_init(3)</B>
|
|
|
|
|
|
</PRE>
|
|
<H2>BUGS</H2><PRE>
|
|
Surely there are some, you tell me!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
<HR>
|
|
<ADDRESS>
|
|
Man(1) output converted with
|
|
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|