From dc962c195e24a6323295a596fe864d3bc245b66b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 09:36:36 +0200 Subject: s3:smbd: add change_notify_fsp_has_changes() metze --- source3/smbd/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index e9365661be..03a09cd27e 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -496,6 +496,7 @@ void reply_negprot(struct smb_request *req); /* The following definitions come from smbd/notify.c */ +bool change_notify_fsp_has_changes(struct files_struct *fsp); void change_notify_reply(struct smb_request *req, NTSTATUS error_code, uint32_t max_param, -- cgit