CURLOPT_RTSP_TRANSPORT.md add note to history

This commit is contained in:
Viktor Szakats 2025-08-01 13:49:18 +02:00
parent 9feffc82d4
commit 4156661cbe
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -59,6 +59,11 @@ int main(void)
}
~~~
# HISTORY
CURL_RTSPREQ_\* enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY%
# RETURN VALUE