summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-27 13:17:05 +0100
committerVolker Lendecke <vl@samba.org>2009-11-29 11:22:04 +0100
commit33601b8632edf65af4d4ab787c5615ab5c6af6fb (patch)
tree05fbc260d64a759d2883d547910f8a9235b58336 /source3/include
parent129e976c47037731c9344a3994597b5781210914 (diff)
downloadsamba-33601b8632edf65af4d4ab787c5615ab5c6af6fb.tar.gz
samba-33601b8632edf65af4d4ab787c5615ab5c6af6fb.tar.bz2
samba-33601b8632edf65af4d4ab787c5615ab5c6af6fb.zip
s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers look at the mtime
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 55da2cf8db..23b7f66257 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1119,7 +1119,8 @@ struct user_auth_info *get_cmdline_auth_info_copy(TALLOC_CTX *mem_ctx,
const struct user_auth_info *info);
bool set_cmdline_auth_info_machine_account_creds(struct user_auth_info *auth_info);
void set_cmdline_auth_info_getpass(struct user_auth_info *auth_info);
-bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf);
+bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf,
+ bool fake_dir_create_times);
bool socket_exist(const char *fname);
bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st);
uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf);