summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-04-18 20:22:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:16 -0500
commit7f00878fe607901ee25fec328553d00e114d4bf3 (patch)
tree30f613a13f256fffe4e90f154f1089f7116eb890 /source3/utils/net.h
parenta329b70e1554a84773d2721b6a49aeac9048b6ff (diff)
downloadsamba-7f00878fe607901ee25fec328553d00e114d4bf3.tar.gz
samba-7f00878fe607901ee25fec328553d00e114d4bf3.tar.bz2
samba-7f00878fe607901ee25fec328553d00e114d4bf3.zip
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group delete'.
Volker (This used to be commit ec321674961cc62c048b149ee19b6e36325c8eb3)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 62d5a74237..ba3a4e1435 100644
--- a/source3/utils/net.h
+++ b/source3/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;