mirror of
https://github.com/curl/curl.git
synced 2026-07-22 20:27: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
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue