CURLOPT_PROXYAUTH.md add note to history

This commit is contained in:
Viktor Szakats 2025-08-01 13:45:56 +02:00
parent a955af7d07
commit c9134a3bc6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -67,6 +67,11 @@ int main(void)
}
~~~
# HISTORY
CURLAUTH_\* macros became `long` types in 7.26.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY%
# RETURN VALUE