summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-27 15:44:50 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-08 09:15:09 +0100
commit1041e476a4e6d103d8a700af8a279380713619a1 (patch)
treeb2f77b8af8ae7624cdf6582fbce5f3e3c9d5ecfe /source3/include
parent1c2dad7b288b279fad9cb1bb9ddc07cdfe29cf0a (diff)
downloadsamba-1041e476a4e6d103d8a700af8a279380713619a1.tar.gz
s3: Restore "fake directory create times" as a share parameter
(cherry picked from commit bd652cce8f38f33b1f36cec4099c61adf67d7dbf)
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 1d6b5f0f594..52808f6d4e4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4197,7 +4197,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 );