s3:libads: Add net ads leave keep-account option
[bbaumbach/samba-autobuild/.git] / source3 / utils / net.h
index ce19c57f475f92205cb4c2a11533c47526f27395..5e70fd3aafadfedb1cf1557434d49847d43cc0c7 100644 (file)
@@ -84,6 +84,8 @@ struct net_context {
        const char *opt_output;
        int opt_wipe;
        const char *opt_precheck;
+       int opt_no_dns_updates;
+       int opt_keep_account;
 
        int opt_have_ip;
        struct sockaddr_storage opt_dest_ip;
@@ -133,7 +135,7 @@ typedef struct copy_clistate {
        struct cli_state *cli_share_src;
        struct cli_state *cli_share_dst;
        char *cwd;
-       uint16 attribute;
+       uint16_t attribute;
        struct net_context *c;
 }copy_clistate;