aboutsummaryrefslogtreecommitdiff
path: root/src/tool_libinfo.c
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-11-30 11:27:03 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-11-30 21:32:44 +0000
commitb359badd491eba79289202a32a90ad04f84edc75 (patch)
tree5cf3ee17af7663be3657898f9b88871c8f76899a /src/tool_libinfo.c
parent6b8e5c0e8aafdc7872758a6798808a0295f08bbd (diff)
curl tool: Enable support for the SMB protocol
This patch enables SMB/CIFS support in the curl command-line tool.
Diffstat (limited to 'src/tool_libinfo.c')
-rw-r--r--src/tool_libinfo.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tool_libinfo.c b/src/tool_libinfo.c
index 81b6680c8..a8ffb8f6d 100644
--- a/src/tool_libinfo.c
+++ b/src/tool_libinfo.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -67,6 +67,8 @@ CURLcode get_libcurl_info(void)
{ "rtsp", CURLPROTO_RTSP },
{ "scp", CURLPROTO_SCP },
{ "sftp", CURLPROTO_SFTP },
+ { "smb", CURLPROTO_SMB },
+ { "smbs", CURLPROTO_SMBS },
{ "smtp", CURLPROTO_SMTP },
{ "smtps", CURLPROTO_SMTPS },
{ "telnet", CURLPROTO_TELNET },