diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-05 05:43:44 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-05 05:43:44 +0000 |
commit | 7ee8de012b38d517a3ebccd377b13fe79b9e4103 (patch) | |
tree | 342737cf2882c4727fefa4c57a2fd6b1fff3f0eb /source3/include/smb.h | |
parent | f86f4a4b66f772538185cd7a7aac26c4d9135379 (diff) | |
download | samba-7ee8de012b38d517a3ebccd377b13fe79b9e4103.tar.gz samba-7ee8de012b38d517a3ebccd377b13fe79b9e4103.tar.bz2 samba-7ee8de012b38d517a3ebccd377b13fe79b9e4103.zip |
Add more common options to popt_common - and start using
the ones for debuglevel and configuration file in pdbedit
(This used to be commit cb0d03a393d9009c3e16b9d05d88c171de9a9414)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index b5ab504415..7ce7599239 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1664,5 +1664,6 @@ typedef struct { /* Common popt structures */ extern struct poptOption popt_common_debug[]; +extern struct poptOption popt_common_configfile[]; #endif /* _SMB_H */ |