diff options
author | Volker Lendecke <vl@samba.org> | 2012-03-22 14:58:24 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-03-23 12:12:51 +0100 |
commit | 1cc7abf8aada94be6f35f1f81edd248801d8fe5a (patch) | |
tree | 053a7fab4e477aeade033b012b391971e8e51f22 /source3/smbd/proto.h | |
parent | ad8b150b9b3a23c89c5f0542882a8f13e30ece15 (diff) | |
download | samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.tar.gz samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.tar.xz samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.zip |
s3: Remove the sys_notify dependency from notify_internal
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Fri Mar 23 12:12:51 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 07cfef5b5e0..70c34ce35a3 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 */ |