summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-03 08:21:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:13 -0500
commit4dcab29f51ef3cab1019550853d186085d535894 (patch)
tree99b1783ba13ddba059c4a2708974226ff4813b87 /source4/include
parente0f691b1e135fd39f7a68a6d8244573d038c8485 (diff)
downloadsamba-4dcab29f51ef3cab1019550853d186085d535894.tar.gz
samba-4dcab29f51ef3cab1019550853d186085d535894.tar.bz2
samba-4dcab29f51ef3cab1019550853d186085d535894.zip
r13811: nicer format...
metze (This used to be commit 89f7a2b93f7b69339baddff2ac30e648d7b2f8b9)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 2d685b8ba7..83bc9569cb 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -77,10 +77,22 @@
/* protocol types. It assumes that higher protocols include lower protocols
as subsets. FIXME: Move to one of the smb-specific headers */
-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
+};
/* passed to br lock code. FIXME: Move to one of the smb-specific headers */
-enum brl_type {READ_LOCK, WRITE_LOCK, PENDING_READ_LOCK, PENDING_WRITE_LOCK};
+enum brl_type {
+ READ_LOCK,
+ WRITE_LOCK,
+ PENDING_READ_LOCK,
+ PENDING_WRITE_LOCK
+};
#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
#include "lib/replace/replace.h"