summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-06-30 12:08:16 +0200
committerMichael Adam <obnox@samba.org>2011-10-12 22:45:53 +0200
commit502f0b8edcd339a9e47ad1c515303ccd6c164494 (patch)
treee8d8afc793fe22196ad323ed00995010a9cbc62d /source3/utils/net.h
parente430c75d4c275323f5a3ac894647f8ebf2a58a7a (diff)
downloadsamba-502f0b8edcd339a9e47ad1c515303ccd6c164494.tar.gz
samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.tar.bz2
samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.zip
s3:net: add command registry check
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 1d1559f12d..2dc443082c 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -80,6 +80,9 @@ struct net_context {
int opt_lock;
int opt_auto;
int opt_repair;
+ int opt_reg_version;
+ const char *opt_output;
+ int opt_wipe;
int opt_have_ip;
struct sockaddr_storage opt_dest_ip;