mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
curl_version_info.3: call the argument 'age'
Reported-by: Pete Lomax Bug: https://curl.haxx.se/mail/lib-2017-12/0074.html
This commit is contained in:
parent
58d7cd28a0
commit
dc831260b2
@ -26,11 +26,11 @@ curl_version_info - returns run-time libcurl version info
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B #include <curl/curl.h>
|
.B #include <curl/curl.h>
|
||||||
.sp
|
.sp
|
||||||
.BI "curl_version_info_data *curl_version_info( CURLversion "type ");"
|
.BI "curl_version_info_data *curl_version_info( CURLversion "age ");"
|
||||||
.ad
|
.ad
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Returns a pointer to a filled in static struct with information about various
|
Returns a pointer to a filled in static struct with information about various
|
||||||
features in the running version of libcurl. \fItype\fP should be set to the
|
features in the running version of libcurl. \fIage\fP should be set to the
|
||||||
version of this functionality by the time you write your program. This way,
|
version of this functionality by the time you write your program. This way,
|
||||||
libcurl will always return a proper struct that your program understands,
|
libcurl will always return a proper struct that your program understands,
|
||||||
while programs in the future might get a different
|
while programs in the future might get a different
|
||||||
|
Loading…
Reference in New Issue
Block a user