From 557658776ffb63c5f008d8bddfd7958e616d789b Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Sat, 29 Nov 2014 14:19:23 -0500 Subject: smb: Added SMB protocol and port definitions Added the necessary protocol and port definitions in order to support SMB/CIFS. --- include/curl/curl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3