aboutsummaryrefslogtreecommitdiff
path: root/include/curl
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-11-29 14:19:23 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-11-29 21:26:40 +0000
commit557658776ffb63c5f008d8bddfd7958e616d789b (patch)
treecb1c2e68e0c2391041edbea0691a11531967839d /include/curl
parent0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 (diff)
smb: Added SMB protocol and port definitions
Added the necessary protocol and port definitions in order to support SMB/CIFS.
Diffstat (limited to 'include/curl')
-rw-r--r--include/curl/curl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 90d0251a0..5ed4c3ea5 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -805,6 +805,8 @@ typedef enum {
#define CURLPROTO_RTMPS (1<<23)
#define CURLPROTO_RTMPTS (1<<24)
#define CURLPROTO_GOPHER (1<<25)
+#define CURLPROTO_SMB (1<<26)
+#define CURLPROTO_SMBS (1<<27)
#define CURLPROTO_ALL (~0) /* enable everything */
/* long may be 32 or 64 bits, but we should never depend on anything else