From f589909eb1ef6117007948f54c291775141be645 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 13:17:51 +0200 Subject: s3: change_notify_reply() does not need its "conn" argument --- source3/include/proto.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 64c76a04be..dd3c2b2f1c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5770,14 +5770,13 @@ 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, +void change_notify_reply(struct smb_request *req, NTSTATUS error_code, uint32_t max_param, struct notify_change_buf *notify_buf, void (*reply_fn)(struct smb_request *req, - NTSTATUS error_code, - uint8_t *buf, size_t len)); + NTSTATUS error_code, + uint8_t *buf, size_t len)); NTSTATUS change_notify_create(struct files_struct *fsp, uint32 filter, bool recursive); NTSTATUS change_notify_add_request(struct smb_request *req, -- cgit