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:
Daniel Stenberg 2024-04-15 08:31:59 +02:00
parent e1f1ec028a
commit dde4b3855e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 54 additions and 29 deletions

View file

@ -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)

View file

@ -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