summaryrefslogtreecommitdiffstats
path: root/source/utils/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/utils/net.h')
-rw-r--r--source/utils/net.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/utils/net.h b/source/utils/net.h
index ba3a4e14352..d75a19e498e 100644
--- a/source/utils/net.h
+++ b/source/utils/net.h
@@ -62,6 +62,11 @@ extern BOOL opt_localgroup;
extern BOOL opt_domaingroup;
extern const char *opt_newntname;
extern int opt_rid;
+extern int opt_acls;
+extern int opt_attrs;
+extern int opt_timestamps;
+extern const char *opt_exclude;
+extern const char *opt_destination;
extern BOOL opt_have_ip;
extern struct in_addr opt_dest_ip;