summaryrefslogtreecommitdiffstats
path: root/source/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-08-20 20:13:05 +0000
committerGünther Deschner <gd@samba.org>2004-08-20 20:13:05 +0000
commit092a2e1648b061d2c3be9b3b003f1aedbfd2d69a (patch)
tree1bb50fefdbd7e58af8e065a0706bcbf9c1ec3660 /source/utils/net.h
parent25203a7992c37476817296eec6482f34e000173c (diff)
downloadsamba-092a2e1648b061d2c3be9b3b003f1aedbfd2d69a.tar.gz
samba-092a2e1648b061d2c3be9b3b003f1aedbfd2d69a.tar.xz
samba-092a2e1648b061d2c3be9b3b003f1aedbfd2d69a.zip
r1966: further work on and cleanup of the net-migration-tool.
It's now possible to migrate files preserving dos-attributes and correct timestamps. Also added some small docu- and syntax-fixes. Guenther
Diffstat (limited to 'source/utils/net.h')
-rw-r--r--source/utils/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/utils/net.h b/source/utils/net.h
index cb38907ff95..29498b91085 100644
--- a/source/utils/net.h
+++ b/source/utils/net.h
@@ -63,6 +63,8 @@ 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 BOOL opt_have_ip;