diff options
author | James Peach <jpeach@samba.org> | 2006-03-11 10:23:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:16 -0500 |
commit | a156d128f2bd5ea8ff9c1b5a4927ad3b82956fa8 (patch) | |
tree | 8aa3ad58d8d162008121e5eb7769d092b9d6e1dd /source3/include | |
parent | 1e34c2959628b3134943d8b361230b5bc2a37d5e (diff) | |
download | samba-a156d128f2bd5ea8ff9c1b5a4927ad3b82956fa8.tar.gz samba-a156d128f2bd5ea8ff9c1b5a4927ad3b82956fa8.tar.bz2 samba-a156d128f2bd5ea8ff9c1b5a4927ad3b82956fa8.zip |
r14204: Remove the basically unused P_GSTRING and P_UGSTRING
parameter types.
(This used to be commit 23328fe6fc5e3b4ed3dc35e1475d661a8593eb1a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 8991b1b7dd..9464b4e8e8 100644 --- a/source3/include/smb.h +++ b/source3/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 { |