Implement 'net groupmap set' and 'net groupmap cleanup'.
[samba.git] / source / utils / net.h
index 94e6de9d181d2f6fa15197227db5010379f5bf4c..62d5a74237592296cb8c24c2347c0bf2494257cc 100644 (file)
@@ -57,6 +57,11 @@ extern const char *opt_user_name;
 extern const char *opt_password;
 extern BOOL opt_user_specified;
 
+extern BOOL opt_localgroup;
+extern BOOL opt_domaingroup;
+extern const char *opt_newntname;
+extern int opt_rid;
+
 extern BOOL opt_have_ip;
 extern struct in_addr opt_dest_ip;