diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-07 12:43:10 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-07 12:43:10 -0800 |
commit | ade51769d5f7291f912893e5f959b651223a68c1 (patch) | |
tree | aaf09396ce5711bee5305125ffb5b1ccb34940f8 /source3/include | |
parent | acf15ae730c95443681404c76b67ccfca0253d8b (diff) | |
download | samba-ade51769d5f7291f912893e5f959b651223a68c1.tar.gz samba-ade51769d5f7291f912893e5f959b651223a68c1.tar.bz2 samba-ade51769d5f7291f912893e5f959b651223a68c1.zip |
We don't need P_GSTRING or P_UGSTRING anymore.
Jeremy.
(This used to be commit 78dc75600099b5b3b5a8ecffec747a227ff51d70)
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 1d787f52d4..763f9555f0 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -898,7 +898,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 { |