summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-06-14 06:54:11 +0200
committerJeremy Allison <jra@samba.org>2016-07-20 05:21:07 +0200
commit2779cae82311c5a9352b757580abfe336e2a551b (patch)
tree2deeb82af58bcfeca32b54b86b0d08f44f9d57ee /source3/smbd/proto.h
parent60fe61b3525cce154c4822148d523d0d79d9f5cc (diff)
downloadsamba-2779cae82311c5a9352b757580abfe336e2a551b.tar.gz
smbd: Make notify_callback() public
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 9706fb0b709..f3b9e73b88f 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -530,6 +530,8 @@ void change_notify_reply(struct smb_request *req,
void (*reply_fn)(struct smb_request *req,
NTSTATUS error_code,
uint8_t *buf, size_t len));
+void notify_callback(void *private_data, struct timespec when,
+ const struct notify_event *e);
NTSTATUS change_notify_create(struct files_struct *fsp, uint32_t filter,
bool recursive);
NTSTATUS change_notify_add_request(struct smb_request *req,