From 502f0b8edcd339a9e47ad1c515303ccd6c164494 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Thu, 30 Jun 2011 12:08:16 +0200 Subject: s3:net: add command registry check Signed-off-by: Michael Adam --- source3/utils/net.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/utils/net.h') 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; -- cgit