s3:netlookup: make use of cli_credentials_init_anon()
[bbaumbach/samba-autobuild/.git] / source3 / utils / net.h
index ce19c57f475f92205cb4c2a11533c47526f27395..573b6e80d29061841a6f7c2590d0132438821eaf 100644 (file)
@@ -84,6 +84,12 @@ 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_json;
+       int opt_continue_on_error;
+       int opt_recursive;
+       int opt_follow_symlink;
 
        int opt_have_ip;
        struct sockaddr_storage opt_dest_ip;
@@ -133,7 +139,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;