summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-11-05 21:27:25 -0800
committerJeremy Allison <jra@samba.org>2009-11-05 21:27:25 -0800
commit977fa4e37741d613df1583b7e0e83c1f0a6ce38c (patch)
treea4f62e1c3c3263de3783b3adcc61a6733dc3694c /source3/include
parente434934526b23b34dd85b43495961260dc639e1f (diff)
downloadsamba-977fa4e37741d613df1583b7e0e83c1f0a6ce38c.tar.gz
samba-977fa4e37741d613df1583b7e0e83c1f0a6ce38c.tar.bz2
samba-977fa4e37741d613df1583b7e0e83c1f0a6ce38c.zip
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
the logic. This was incorrect (I'll revisit this tomorrow). Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5f275037fc..ef811e5774 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6108,7 +6108,9 @@ 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 files_struct *fsp, struct timespec ts);
+void set_close_write_time(struct share_mode_lock *lck,
+ 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,