summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-03-12 22:27:01 +0000
committerJames Peach <jpeach@samba.org>2006-03-12 22:27:01 +0000
commit2fda000f624f28c60f0b1b00d61f037ddf5ccc4e (patch)
tree8c39cd8491427f962c3903e5b457adaa0479e251 /source/include
parent3b9a7e298e89d5c27e2bb3a37a6731944ac2e75d (diff)
downloadsamba-2fda000f624f28c60f0b1b00d61f037ddf5ccc4e.tar.gz
samba-2fda000f624f28c60f0b1b00d61f037ddf5ccc4e.tar.xz
samba-2fda000f624f28c60f0b1b00d61f037ddf5ccc4e.zip
r14255: Revert r14204 which was horribly broken.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index cc85fa1f76b..59948edf40f 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -758,7 +758,7 @@ struct connections_data {
/* the following are used by loadparm for option lists */
typedef enum {
P_BOOL,P_BOOLREV,P_CHAR,P_INTEGER,P_OCTAL,P_LIST,
- P_STRING,P_USTRING,P_ENUM,P_SEP
+ P_STRING,P_USTRING,P_GSTRING,P_UGSTRING,P_ENUM,P_SEP
} parm_type;
typedef enum {