diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-12-31 13:00:59 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-12-31 13:00:59 +0000 |
commit | a0681820e687e576e78ddc91bd9b94a4099bc26a (patch) | |
tree | 2f7c2df3e3066cb49ece603467b6d9a2b40830c6 /source3/utils/net.h | |
parent | 82cfa2b248f3d1515bf70f147a406caaba317f47 (diff) | |
download | samba-a0681820e687e576e78ddc91bd9b94a4099bc26a.tar.gz samba-a0681820e687e576e78ddc91bd9b94a4099bc26a.tar.xz samba-a0681820e687e576e78ddc91bd9b94a4099bc26a.zip |
Add 'net rpc shutdown' and 'net rpc abortshutdown'.
These two little features are very useful, but the passing of options about
needs some serious work. The popt stuff in the shutdown code is #ifdef'ed out
until the main popt loop can be convinced not to chew on the options :-(
Andrew Bartlett
(This used to be commit 51c985be7fbfe5627c5b2590e7610653e7be98e3)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index e912efe09e0..22174580055 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -43,3 +43,6 @@ extern char *opt_comment; extern char *opt_target_workgroup; extern int opt_long_list_entries; +extern int opt_reboot; +extern int opt_force; +extern int opt_timeout; |