~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_version_info.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
.\" * KIND, either express or implied.
20
20
.\" *
21
 
.\" * $Id: curl_version_info.3,v 1.11 2006-11-02 21:56:43 bagder Exp $
 
21
.\" * $Id: curl_version_info.3,v 1.12 2008-12-28 21:56:56 bagder Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
24
.TH curl_version_info 3 "2 Nov 2006" "libcurl 7.16.1" "libcurl Manual"
34
34
run-time features in libcurl. \fItype\fP should be set to the version of this
35
35
functionality by the time you write your program. This way, libcurl will
36
36
always return a proper struct that your program understands, while programs in
37
 
the future might get an different struct. CURLVERSION_NOW will be the most
 
37
the future might get a different struct. CURLVERSION_NOW will be the most
38
38
recent one for the library you have installed:
39
39
 
40
40
        data = curl_version_info(CURLVERSION_NOW);
74
74
} curl_version_info_data;
75
75
.fi
76
76
 
77
 
\fIage\fP describes what age of this struct this is. The number depends on how
78
 
new libcurl you're using. You are however guaranteed to get a struct that you
 
77
\fIage\fP describes what the age of this struct is. The number depends on how
 
78
new the libcurl you're using is. You are however guaranteed to get a struct that you
79
79
have a matching struct for in the header, as you tell libcurl your "age" with
80
80
the input argument.
81
81
 
126
126
the app having to pass them on. (Added in 7.13.2)
127
127
.IP CURL_VERSION_CONV
128
128
libcurl was built with support for character conversions, as provided by the
129
 
CUURLOPT_CONV_* callbacks. (Added in 7.15.4)
 
129
CURLOPT_CONV_* callbacks. (Added in 7.15.4)
130
130
.RE
131
 
\fIssl_version\fP is an ascii string for the OpenSSL version used. If libcurl
 
131
\fIssl_version\fP is an ASCII string for the OpenSSL version used. If libcurl
132
132
has no SSL support, this is NULL.
133
133
 
134
134
\fIssl_version_num\fP is the numerical OpenSSL version value as defined by the
135
135
OpenSSL project. If libcurl has no SSL support, this is 0.
136
136
 
137
 
\fIlibz_version\fP is an ascii string (there is no numerical version). If
 
137
\fIlibz_version\fP is an ASCII string (there is no numerical version). If
138
138
libcurl has no libz support, this is NULL.
139
139
 
140
140
\fIprotocols\fP is a pointer to an array of char * pointers, containing the