summaryrefslogtreecommitdiffstats
path: root/source/utils/net.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-04-18 20:22:31 +0000
committerVolker Lendecke <vlendec@samba.org>2004-04-18 20:22:31 +0000
commit51c1fcd278c28c424c3fd17171c5c2a0a52403ea (patch)
tree6dee910f09cd06c93ea74ce8398d1a43bc8eae11 /source/utils/net.h
parentc488e35875cc42a03ea425e13c4aee9de20bf7fc (diff)
downloadsamba-51c1fcd278c28c424c3fd17171c5c2a0a52403ea.tar.gz
samba-51c1fcd278c28c424c3fd17171c5c2a0a52403ea.tar.xz
samba-51c1fcd278c28c424c3fd17171c5c2a0a52403ea.zip
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group delete'.
Volker
Diffstat (limited to 'source/utils/net.h')
-rw-r--r--source/utils/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net.h b/source/utils/net.h
index 62d5a742375..ba3a4e14352 100644
--- a/source/utils/net.h
+++ b/source/utils/net.h
@@ -48,6 +48,7 @@ extern const char *opt_comment;
extern const char *opt_target_workgroup;
extern const char *opt_workgroup;
extern int opt_long_list_entries;
+extern int opt_verbose;
extern int opt_reboot;
extern int opt_force;
extern int opt_machine_pass;