NS/releases/3.04/source/curl/docs/libcurl/curl_version.html
tankefugl 19b458f8bc Branched for 3.0.4 balance
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@141 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-05-29 10:59:29 +00:00

74 lines
1.2 KiB
HTML

<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
curl_version - returns the libcurl version string
</PRE>
<H2>SYNOPSIS</H2><PRE>
<B>#include</B> <B>&lt;curl/curl.h&gt;</B>
<B>char</B> <B>*curl_version(</B> <B>);</B>
</PRE>
<H2>DESCRIPTION</H2><PRE>
Returns a human readable string with the version number of
libcurl and some of its important components (like OpenSSL
version).
Note: this returns the actual running lib's version, you
might have installed a newer lib's include files in your
system which may turn your LIBCURL_VERSION #define value
to differ from this result.
</PRE>
<H2>RETURN VALUE</H2><PRE>
A pointer to a zero terminated string.
</PRE>
<H2>SEE ALSO</H2><PRE>
The <I>LIBCURL</I><B>_</B><I>VERSION</I> #define in &lt;curl/curl.h&gt;
</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>