summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-29 22:17:17 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-02 09:11:00 +0200
commitef96e8c95867a23e664ef25b1a96e5796e51a72b (patch)
tree6370c5a3ae716d9a3a5697c6dbeb1361c7a3a027 /source3/include/proto.h
parent8b94eb6cc8b0c63cf0787bd08ad469a72b0331c0 (diff)
downloadsamba-ef96e8c95867a23e664ef25b1a96e5796e51a72b.tar.gz
samba-ef96e8c95867a23e664ef25b1a96e5796e51a72b.tar.bz2
samba-ef96e8c95867a23e664ef25b1a96e5796e51a72b.zip
s3:smbd: simplify the notify code a bit and always reply via change_notify_reply() -> send_nt_replies()
metze
Diffstat (limited to 'source3/include/proto.h')
-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 a3ae1ddad7..05ef6fe00d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6466,7 +6466,9 @@ void reply_negprot(struct smb_request *req);
/* The following definitions come from smbd/notify.c */
void change_notify_reply(connection_struct *conn,
- struct smb_request *req, uint32 max_param,
+ struct smb_request *req,
+ NTSTATUS status,
+ uint32_t max_param,
struct notify_change_buf *notify_buf);
NTSTATUS change_notify_create(struct files_struct *fsp, uint32 filter,
bool recursive);