diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index 048a1d1eb4..af6f153f7b 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -45,3 +45,7 @@ extern int opt_long_list_entries; extern int opt_reboot; extern int opt_force; extern int opt_timeout; +extern char *opt_host; +extern char *opt_user_name; +extern char *opt_password; +extern BOOL opt_user_specified; |