summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-27 15:44:50 +0100
committerVolker Lendecke <vl@samba.org>2009-11-29 11:22:05 +0100
commit69a68208bd971dbe9905dedd0554b3a79d2d2ce6 (patch)
tree40b412d3d36269bd0241c5bd3fba3885b189eea7 /source3/include
parente71c17b2b008ba926e74dd184523723a742b76ba (diff)
downloadsamba-69a68208bd971dbe9905dedd0554b3a79d2d2ce6.tar.gz
samba-69a68208bd971dbe9905dedd0554b3a79d2d2ce6.tar.bz2
samba-69a68208bd971dbe9905dedd0554b3a79d2d2ce6.zip
s3: Restore "fake directory create times" as a share parameter
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a2d0397d4e..f0ce7a32f8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4210,7 +4210,7 @@ bool lp_recursive_veto_delete(int );
bool lp_dos_filemode(int );
bool lp_dos_filetimes(int );
bool lp_dos_filetime_resolution(int );
-bool lp_fake_dir_create_times(void);
+bool lp_fake_dir_create_times(int);
bool lp_blocking_locks(int );
bool lp_inherit_perms(int );
bool lp_inherit_acls(int );