CURLOPT_NETRC.md add note to history

This commit is contained in:
Viktor Szakats 2025-08-01 13:50:13 +02:00
parent 4156661cbe
commit 492ab9434c
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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