X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_paramhlp.c;h=0e05184c3d518948c28601721364a9a41031e236;hb=df4392d06fac8fead7a2cbde19684f54c580af68;hp=18da0265e97a07d025182b5f2a7fa9d9a13e2991;hpb=867eb33477c07331e7b58302119308d02a02ee01;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_paramhlp.c b/src/tool_paramhlp.c index 18da026..0e05184 100644 --- a/src/tool_paramhlp.c +++ b/src/tool_paramhlp.c @@ -272,6 +272,8 @@ long proto2num(struct OperationConfig *config, long *val, const char *str) { "smtps", CURLPROTO_SMTPS }, { "rtsp", CURLPROTO_RTSP }, { "gopher", CURLPROTO_GOPHER }, + { "smb", CURLPROTO_SMB }, + { "smbs", CURLPROTO_SMBS }, { NULL, 0 } };