summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-22 12:17:14 +0100
committerVolker Lendecke <vl@samba.org>2012-03-22 12:18:35 +0100
commit9091aec724545b0a301f863e4f19f756fb7f7f49 (patch)
tree090140781cea6f4eefd9b6673c708d7b2b01f073 /source3/libsmb/proto.h
parent7a19b18b8238421e682ca7059486c41d5aa4279d (diff)
downloadsamba-9091aec724545b0a301f863e4f19f756fb7f7f49.tar.gz
samba-9091aec724545b0a301f863e4f19f756fb7f7f49.tar.bz2
samba-9091aec724545b0a301f863e4f19f756fb7f7f49.zip
s3: Add sync cli_notify
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 9e03ec4798..336c95f07c 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -593,6 +593,10 @@ struct tevent_req *cli_notify_send(TALLOC_CTX *mem_ctx,
NTSTATUS cli_notify_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
uint32_t *pnum_changes,
struct notify_change **pchanges);
+NTSTATUS cli_notify(struct cli_state *cli, uint16_t fnum, uint32_t buffer_size,
+ uint32_t completion_filter, bool recursive,
+ TALLOC_CTX *mem_ctx, uint32_t *pnum_changes,
+ struct notify_change **pchanges);
struct tevent_req *cli_nttrans_create_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,