mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
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 commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user