mirror of
https://github.com/curl/curl.git
synced 2026-06-08 09:04:17 +03:00
CURLOPT_ALTSVC_CTRL.md bump local copy of defines to long
This commit is contained in:
parent
d1da9543f8
commit
bec0aef775
1 changed files with 4 additions and 4 deletions
|
|
@ -22,10 +22,10 @@ CURLOPT_ALTSVC_CTRL - control alt-svc behavior
|
|||
~~~c
|
||||
#include <curl/curl.h>
|
||||
|
||||
#define CURLALTSVC_READONLYFILE (1<<2)
|
||||
#define CURLALTSVC_H1 (1<<3)
|
||||
#define CURLALTSVC_H2 (1<<4)
|
||||
#define CURLALTSVC_H3 (1<<5)
|
||||
#define CURLALTSVC_READONLYFILE (1L<<2)
|
||||
#define CURLALTSVC_H1 (1L<<3)
|
||||
#define CURLALTSVC_H2 (1L<<4)
|
||||
#define CURLALTSVC_H3 (1L<<5)
|
||||
|
||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC_CTRL, long bitmask);
|
||||
~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue