CURLOPT_TIMEVALUE.md add note to history

This commit is contained in:
Viktor Szakats 2025-08-01 13:40:00 +02:00
parent 987f13a23a
commit cb400a5001
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -61,6 +61,11 @@ int main(void)
}
~~~
# HISTORY
CURL_TIMECOND_\* 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