mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:33:05 +03:00
CURLOPT_TIMEVALUE.md add note to history
This commit is contained in:
parent
987f13a23a
commit
cb400a5001
1 changed files with 5 additions and 0 deletions
|
|
@ -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%
|
# %AVAILABILITY%
|
||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue