From 69a68208bd971dbe9905dedd0554b3a79d2d2ce6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 27 Nov 2009 15:44:50 +0100 Subject: s3: Restore "fake directory create times" as a share parameter --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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 ); -- cgit