summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCameron Kaiser <ckaiser@floodgap.com>2010-08-12 07:55:48 -0700
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 14:19:58 +0200
commit201637d4682973bcc4a1fd0f4e8d4159300bd0b8 (patch)
tree0c6e010662a4cbed6080f0d10975e890c7f1d214 /include
parent6b6a3bcb61f2d8f4e80a1e2a5bc62e78904256ed (diff)
downloadcurl-201637d4682973bcc4a1fd0f4e8d4159300bd0b8.tar.gz
Gopher protocol support (initial release)
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index b19828f58..cb9d0fbfb 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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