From 1cc7abf8aada94be6f35f1f81edd248801d8fe5a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 22 Mar 2012 14:58:24 +0100 Subject: s3: Remove the sys_notify dependency from notify_internal Autobuild-User: Volker Lendecke Autobuild-Date: Fri Mar 23 12:12:51 CET 2012 on sn-devel-104 --- source3/smbd/proto.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 07cfef5b5e..70c34ce35a 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -522,14 +522,6 @@ void notify_fname(connection_struct *conn, uint32 action, uint32 filter, char *notify_filter_string(TALLOC_CTX *mem_ctx, uint32 filter); struct sys_notify_context *sys_notify_context_create(TALLOC_CTX *mem_ctx, struct event_context *ev); -NTSTATUS sys_notify_watch(struct sys_notify_context *ctx, - connection_struct *conn, - struct notify_entry *e, - const char *path, - void (*callback)(struct sys_notify_context *ctx, - void *private_data, - struct notify_event *ev), - void *private_data, void *handle); /* The following definitions come from smbd/notify_inotify.c */ -- cgit