CURLOPT_TIMEVALUE.md try fix continue

This commit is contained in:
Viktor Szakats 2025-08-01 14:26:17 +02:00
parent d3eb325cdc
commit 062605a440
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
22 changed files with 22 additions and 22 deletions

View file

@ -69,7 +69,7 @@ int main(void)
# HISTORY # HISTORY
CURLALTSVC_\* macros became `long` types in 8.16.0, prior to this version `CURLALTSVC_*` macros became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# FILE FORMAT # FILE FORMAT

View file

@ -93,7 +93,7 @@ int main(void)
# HISTORY # HISTORY
CURLALTSVC_\* macros became `long` types in 8.16.0, prior to this version `CURLALTSVC_*` macros became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -70,7 +70,7 @@ int main(void)
# HISTORY # HISTORY
CURLFTPAUTH_\* enums became `long` types in 8.16.0, prior to this version `CURLFTPAUTH_*` enums became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -78,7 +78,7 @@ int main(void)
# HISTORY # HISTORY
CURLFTP_CREATE_\* enums became `long` types in 8.16.0, prior to this version `CURLFTP_CREATE_*` enums became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -79,7 +79,7 @@ int main(void)
# HISTORY # HISTORY
CURLFTPMETHOD_\* enums became `long` types in 8.16.0, prior to this version `CURLFTPMETHOD_*` enums became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -72,7 +72,7 @@ int main(void)
# HISTORY # HISTORY
CURLFTPSSL_\* enums became `long` types in 8.16.0, prior to this version `CURLFTPSSL_*` enums became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -75,7 +75,7 @@ int main(void)
# HISTORY # HISTORY
CURLHEADER_\* macros became `long` types in 8.16.0, prior to this version `CURLHEADER_*` macros became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -152,7 +152,7 @@ CURLAUTH_ONLY was added in 7.21.3
CURLAUTH_NTLM_WB was added in 7.22.0 CURLAUTH_NTLM_WB was added in 7.22.0
CURLAUTH_\* macros became `long` types in 7.26.0, prior to this version `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). a `long` cast is necessary when passing to curl_easy_setopt(3).
CURLAUTH_BEARER was added in 7.61.0 CURLAUTH_BEARER was added in 7.61.0

View file

@ -116,7 +116,7 @@ int main(void)
# HISTORY # HISTORY
CURL_HTTP_VERSION_\* enums became `long` types in 8.13.0, prior to this version `CURL_HTTP_VERSION_*` enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -77,7 +77,7 @@ int main(void)
# HISTORY # HISTORY
CURL_IPRESOLVE_\* macros became `long` types in 8.15.0, before this version `CURL_IPRESOLVE_*` macros became `long` types in 8.15.0, before this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -62,7 +62,7 @@ int main(void)
# HISTORY # HISTORY
CURL_NETRC_\* enums became `long` types in 8.13.0, prior to this version `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). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -77,7 +77,7 @@ int main(void)
This option was known as CURLOPT_POST301 up to 7.19.0 as it only supported the This option was known as CURLOPT_POST301 up to 7.19.0 as it only supported the
301 then. CURL_REDIR_POST_303 was added in 7.26.0. 301 then. CURL_REDIR_POST_303 was added in 7.26.0.
CURL_REDIR_\* macros became `long` types in 8.16.0, prior to this version `CURL_REDIR_*` macros became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -69,7 +69,7 @@ int main(void)
# HISTORY # HISTORY
CURLAUTH_\* macros became `long` types in 7.26.0, prior to this version `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). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -94,7 +94,7 @@ int main(void)
# HISTORY # HISTORY
CURLPROXY_\* enums became `long` types in 8.16.0, prior to this version `CURLPROXY_*` enums became `long` types in 8.16.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -119,7 +119,7 @@ int main(void)
# HISTORY # HISTORY
CURLSSLOPT_\* macros became `long` types in 8.15.0, prior to this version `CURLSSLOPT_*` macros became `long` types in 8.15.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -133,7 +133,7 @@ int main(void)
# HISTORY # HISTORY
CURL_RTSPREQ_\* enums became `long` types in 8.13.0, prior to this version `CURL_RTSPREQ_*` enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -61,7 +61,7 @@ int main(void)
# HISTORY # HISTORY
CURL_RTSPREQ_\* enums became `long` types in 8.13.0, prior to this version `CURL_RTSPREQ_*` enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -62,7 +62,7 @@ int main(void)
# HISTORY # HISTORY
CURLAUTH_\* macros became `long` types in 7.26.0, prior to this version `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). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -132,7 +132,7 @@ int main(void)
# HISTORY # HISTORY
CURLSSLOPT_\* macros became `long` types in 8.15.0, prior to this version `CURLSSLOPT_*` macros became `long` types in 8.15.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -65,7 +65,7 @@ int main(void)
# HISTORY # HISTORY
CURL_TIMECOND_\* enums became `long` types in 8.13.0, prior to this version `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). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -65,7 +65,7 @@ int main(void)
# HISTORY # HISTORY
CURL_TIMECOND_\* enums became `long` types in 8.13.0, prior to this version `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). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%

View file

@ -84,7 +84,7 @@ int main(void)
This option was known as CURLOPT_FTP_SSL up to 7.16.4. Supported by LDAP since This option was known as CURLOPT_FTP_SSL up to 7.16.4. Supported by LDAP since
7.81.0. Fully supported by the OpenLDAP backend only. 7.81.0. Fully supported by the OpenLDAP backend only.
CURLUSESSL_\* enums became `long` types in 8.13.0, prior to this version `CURLUSESSL_*` enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3). a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY% # %AVAILABILITY%