summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-11-05 22:58:12 -0800
committerJeremy Allison <jra@samba.org>2009-11-05 22:58:12 -0800
commitc99dd5c23e25f4c1cc34f223f563915c0aa4bb6f (patch)
tree9f877bf43ff345cb5162c25cfbcc97ed18406fc4 /source3/include
parent977fa4e37741d613df1583b7e0e83c1f0a6ce38c (diff)
downloadsamba-c99dd5c23e25f4c1cc34f223f563915c0aa4bb6f.tar.gz
samba-c99dd5c23e25f4c1cc34f223f563915c0aa4bb6f.tar.bz2
samba-c99dd5c23e25f4c1cc34f223f563915c0aa4bb6f.zip
Got the logic simplification worked out so we still pass
BASE-DELAYWRITE and also RAW-CLOSE. Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ef811e5774..785b9683e4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6108,9 +6108,7 @@ NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passw
/* The following definitions come from smbd/close.c */
-void set_close_write_time(struct share_mode_lock *lck,
- struct files_struct *fsp,
- struct timespec ts);
+void set_close_write_time(struct files_struct *fsp, struct timespec ts);
NTSTATUS close_file(struct smb_request *req, files_struct *fsp,
enum file_close_type close_type);
void msg_close_file(struct messaging_context *msg_ctx,
@@ -6309,6 +6307,10 @@ bool directory_has_default_acl(connection_struct *conn, const char *fname);
/* The following definitions come from smbd/fileio.c */
ssize_t read_file(files_struct *fsp,char *data,SMB_OFF_T pos,size_t n);
+void update_write_time_handler(struct event_context *ctx,
+ struct timed_event *te,
+ struct timeval now,
+ void *private_data);
void trigger_write_time_update(struct files_struct *fsp);
void trigger_write_time_update_immediate(struct files_struct *fsp);
ssize_t write_file(struct smb_request *req,