summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-03-11 10:23:02 +0000
committerJames Peach <jpeach@samba.org>2006-03-11 10:23:02 +0000
commit287d1baf5335621ec69b78d3955a8ae144dcf7d3 (patch)
tree1c66a9cb5a2a47107a16e33419f0153be4c7b84f /source/include
parent3e9b95e47f50c87b1eeae521bd6123a13cdc0048 (diff)
downloadsamba-287d1baf5335621ec69b78d3955a8ae144dcf7d3.tar.gz
samba-287d1baf5335621ec69b78d3955a8ae144dcf7d3.tar.xz
samba-287d1baf5335621ec69b78d3955a8ae144dcf7d3.zip
r14204: Remove the basically unused P_GSTRING and P_UGSTRING
parameter types.
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 8991b1b7dd9..9464b4e8e83 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_GSTRING,P_UGSTRING,P_ENUM,P_SEP
+ P_STRING,P_USTRING,P_ENUM,P_SEP
} parm_type;
typedef enum {