mirror of
https://github.com/curl/curl.git
synced 2026-06-08 15:54:15 +03:00
CURLOPT_NETRC.md add note to history
This commit is contained in:
parent
4156661cbe
commit
492ab9434c
1 changed files with 5 additions and 0 deletions
|
|
@ -139,6 +139,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