mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
curl_version_info: provide librtmp version
Ref: https://github.com/curl/curl/pull/13364#issuecomment-2054151942 Reported-by: talregev on github Closes #13368
This commit is contained in:
parent
e1f1ec028a
commit
dde4b3855e
6 changed files with 54 additions and 29 deletions
|
|
@ -104,6 +104,9 @@ typedef struct {
|
|||
/* when 'age' is CURLVERSION_ELEVENTH or higher (>= 7.87.0), the members
|
||||
below exist */
|
||||
const char *const *feature_names; /* Feature names. */
|
||||
/* when 'age' is CURLVERSION_TWELFTH or higher (>= 8.8.0), the members
|
||||
below exist */
|
||||
const char *const *rtmp_version; /* human readable string */
|
||||
} curl_version_info_data;
|
||||
~~~
|
||||
|
||||
|
|
@ -380,4 +383,3 @@ Added in 7.10
|
|||
# RETURN VALUE
|
||||
|
||||
A pointer to a curl_version_info_data struct.
|
||||
curl_version(3)
|
||||
|
|
|
|||
|
|
@ -1130,6 +1130,7 @@ CURLVERSION_SEVENTH 7.70.0
|
|||
CURLVERSION_SIXTH 7.66.0
|
||||
CURLVERSION_TENTH 7.77.0
|
||||
CURLVERSION_THIRD 7.12.0
|
||||
CURLVERSION_TWELFTH 8.8.0
|
||||
CURLWARNING 7.66.0
|
||||
CURLWS_BINARY 7.86.0
|
||||
CURLWS_CLOSE 7.86.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue