diff options
author | Günther Deschner <gd@samba.org> | 2004-08-20 20:13:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:25 -0500 |
commit | 19e949a91ba342ec1de2c01e5bfddf8392cb68b5 (patch) | |
tree | b404cbcc6af35cb4ef16b594d8c1d141144fd6a1 /source3/utils/net.h | |
parent | 3eb42d3b6e64c817396ee4391e0dcaacc5db0029 (diff) | |
download | samba-19e949a91ba342ec1de2c01e5bfddf8392cb68b5.tar.gz samba-19e949a91ba342ec1de2c01e5bfddf8392cb68b5.tar.xz samba-19e949a91ba342ec1de2c01e5bfddf8392cb68b5.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
(This used to be commit 0e990582a0416933a8671ca660d22e980f828402)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index cb38907ff95..29498b91085 100644 --- a/source3/utils/net.h +++ b/source3/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; |