From 201637d4682973bcc4a1fd0f4e8d4159300bd0b8 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Thu, 12 Aug 2010 07:55:48 -0700 Subject: Gopher protocol support (initial release) --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 } }; -- cgit v1.2.3