diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-02 16:16:15 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-02 16:16:15 +0000 |
commit | 8a6b05d36d460a1814e72f634835604f48f570d9 (patch) | |
tree | 34b52bbbf4766911503be87a42e6b63062d24f59 /source3/include/smb.h | |
parent | a80438d96ce2bc94965b9f26e4976dd5809ae154 (diff) | |
download | samba-8a6b05d36d460a1814e72f634835604f48f570d9.tar.gz samba-8a6b05d36d460a1814e72f634835604f48f570d9.tar.bz2 samba-8a6b05d36d460a1814e72f634835604f48f570d9.zip |
Add more options to popt_common and use them. Current ones are:
-V Version information
-n Set netbios name
-l Set directory to store log files in
-d Set debuglevel
-s Load specified configuration file
-O Set socket options
(This used to be commit 1602d5894947b59fd36c161053a66c0afe2c959c)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index eb5bd34378..6bf462d8a2 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1697,6 +1697,9 @@ typedef struct { extern struct poptOption popt_common_debug[]; extern struct poptOption popt_common_configfile[]; extern struct poptOption popt_common_socket_options[]; +extern struct poptOption popt_common_version[]; +extern struct poptOption popt_common_netbios_name[]; +extern struct poptOption popt_common_log_base[]; /* Module support */ typedef NTSTATUS (init_module_function) (void); |