CURLOPT_RTSP_REQUEST.md add note to history

This commit is contained in:
Viktor Szakats 2025-08-01 13:48:59 +02:00
parent 318bfd846e
commit 9feffc82d4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -131,6 +131,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