~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_version_info.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

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.10 2006-04-19 09:08:15 bagder Exp $
 
21
.\" * $Id: curl_version_info.3,v 1.11 2006-11-02 21:56:43 bagder Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
 
.TH curl_version_info 3 "19 Apr 2006" "libcurl 7.15.4" "libcurl Manual"
 
24
.TH curl_version_info 3 "2 Nov 2006" "libcurl 7.16.1" "libcurl Manual"
25
25
.SH NAME
26
26
curl_version_info - returns run-time libcurl version info
27
27
.SH SYNOPSIS
66
66
  /* when 'age' is 2 or higher, the member below also exists: */
67
67
  const char *libidn;       /* human readable string */
68
68
 
 
69
  /* when 'age' is 3 or higher, the members below also exist: */
 
70
  int iconv_ver_num;       /* '_libiconv_version' if iconv support enabled */
 
71
 
 
72
  const char *libssh_version; /* human readable string */
 
73
 
69
74
} curl_version_info_data;
70
75
.fi
71
76