mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:03:06 +03:00
CURLOPT_NETRC_FILE.md add note to history
This commit is contained in:
parent
492ab9434c
commit
04f23f4cad
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ int main(void)
|
|||
}
|
||||
~~~
|
||||
|
||||
# HISTORY
|
||||
|
||||
CURL_NETRC_\* 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