summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-05-04 13:51:01 +0200
committerMichael Adam <obnox@samba.org>2012-06-26 19:57:19 +0200
commit0fb847b7380cafffa75976de6cfe48b212eefc55 (patch)
tree6d8fe238e75468777f966cf8e5cfb761be9c3aee /source3/utils/net.h
parente78d647ebcdd353af3c270903b88d08ab5004a28 (diff)
downloadsamba-0fb847b7380cafffa75976de6cfe48b212eefc55.tar.gz
samba-0fb847b7380cafffa75976de6cfe48b212eefc55.tar.bz2
samba-0fb847b7380cafffa75976de6cfe48b212eefc55.zip
s3:net registry import: add option --precheck
Signed-off-by: Michael Adam <obnox@samba.org>
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 5b9db10bad..2056d894d5 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -83,6 +83,7 @@ struct net_context {
int opt_reg_version;
const char *opt_output;
int opt_wipe;
+ const char *opt_precheck;
int opt_have_ip;
struct sockaddr_storage opt_dest_ip;