mirror of
https://github.com/curl/curl.git
synced 2026-06-08 11:14:15 +03:00
CURLOPT_TIMEVALUE_LARGE.md add note to history
This commit is contained in:
parent
cb400a5001
commit
87d5b138aa
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue