mirror of
https://github.com/curl/curl.git
synced 2026-08-08 21:14:17 +03:00
parent
8909865191
commit
2522903b79
18 changed files with 766 additions and 57 deletions
|
|
@ -937,6 +937,7 @@ typedef enum {
|
|||
#define CURLPROTO_GOPHER (1<<25)
|
||||
#define CURLPROTO_SMB (1<<26)
|
||||
#define CURLPROTO_SMBS (1<<27)
|
||||
#define CURLPROTO_MQTT (1<<28)
|
||||
#define CURLPROTO_ALL (~0) /* enable everything */
|
||||
|
||||
/* long may be 32 or 64 bits, but we should never depend on anything else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue