Install curl-7.21.1.tar.bz2
[msysgit.git] / mingw / share / man / man3 / curl_version.3
blob24793caebc44c3a5ee5a18aa777bc20d563a39f0
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\"
4 .TH curl_version 3 "5 March 2001" "libcurl 7.0" "libcurl Manual"
5 .SH NAME
6 curl_version - returns the libcurl version string
7 .SH SYNOPSIS
8 .B #include <curl/curl.h>
9 .sp
10 .BI "char *curl_version( );"
11 .ad
12 .SH DESCRIPTION
13 Returns a human readable string with the version number of libcurl and some of
14 its important components (like OpenSSL version).
15 .SH RETURN VALUE
16 A pointer to a zero terminated string.
17 .SH "SEE ALSO"
18 .BR curl_version_info "(3)"