summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-27 13:17:05 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-08 09:15:07 +0100
commit1371dbf388cec245c942ef7a6fb9d5354252736a (patch)
treee5c06ef92b02ed78e883ed9a09a3e6ce721cf5d6 /source3/include
parentabada5d6be467da4da52176c9a734e28bc8c644f (diff)
downloadsamba-1371dbf388cec245c942ef7a6fb9d5354252736a.tar.gz
s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers look at the mtime
(cherry picked from commit 6d432d4db84427345c03438eb656b3f387288988)
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 caa0898b9b7..b3f98ad39ca 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1121,7 +1121,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);