mirror of
https://github.com/curl/curl.git
synced 2026-07-26 20:17:18 +03:00
smb: Added SMB protocol and port definitions
Added the necessary protocol and port definitions in order to support SMB/CIFS.
This commit is contained in:
parent
0627c48dde
commit
557658776f
4 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue