aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
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 /src/main.c
parent6b6a3bcb61f2d8f4e80a1e2a5bc62e78904256ed (diff)
Gopher protocol support (initial release)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3734c94fd..d428a7850 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1552,6 +1552,7 @@ static long proto2num(struct Configurable *config, long *val, const char *str)
{ "smtp", CURLPROTO_SMTP },
{ "smtps", CURLPROTO_SMTPS },
{ "rtsp", CURLPROTO_RTSP },
+ { "gopher", CURLPROTO_GOPHER },
{ NULL, 0 }
};