mirror of
https://github.com/curl/curl.git
synced 2026-07-15 22:57:17 +03:00
Gopher protocol support (initial release)
This commit is contained in:
parent
6b6a3bcb61
commit
201637d468
9 changed files with 231 additions and 4 deletions
|
|
@ -722,6 +722,7 @@ typedef enum {
|
|||
#define CURLPROTO_RTMPTE (1<<22)
|
||||
#define CURLPROTO_RTMPS (1<<23)
|
||||
#define CURLPROTO_RTMPTS (1<<24)
|
||||
#define CURLPROTO_GOPHER (1<<25)
|
||||
#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