summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-19 10:45:38 +0200
committerStefan Metzmacher <metze@samba.org>2009-05-20 15:42:19 +0200
commitd23a1935e8180090474cbbba878d5bc5903579c6 (patch)
tree6332050203a51cfd6d0623ce84454d09332b986b /source3/include/smb.h
parentd59f84d738401f3ab8ec34aa053af05670a58a89 (diff)
downloadsamba-d23a1935e8180090474cbbba878d5bc5903579c6.tar.gz
s3:param: add PROTOCOL_SMB2
metze
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index fed7468f3ee..abcd49451c2 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1518,7 +1518,15 @@ char *strdup(char *s);
/* protocol types. It assumes that higher protocols include lower protocols
as subsets */
-enum protocol_types {PROTOCOL_NONE,PROTOCOL_CORE,PROTOCOL_COREPLUS,PROTOCOL_LANMAN1,PROTOCOL_LANMAN2,PROTOCOL_NT1};
+enum protocol_types {
+ PROTOCOL_NONE,
+ PROTOCOL_CORE,
+ PROTOCOL_COREPLUS,
+ PROTOCOL_LANMAN1,
+ PROTOCOL_LANMAN2,
+ PROTOCOL_NT1,
+ PROTOCOL_SMB2
+};
/* security levels */
enum security_types {SEC_SHARE,SEC_USER,SEC_SERVER,SEC_DOMAIN,SEC_ADS};