diff options
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index fe09d0221e..ee91e9453d 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -545,8 +545,7 @@ NTSTATUS inotify_watch(struct sys_notify_context *ctx, struct notify_context *notify_init(TALLOC_CTX *mem_ctx, struct messaging_context *messaging_ctx, - struct event_context *ev, - connection_struct *conn); + struct event_context *ev); bool notify_internal_parent_init(TALLOC_CTX *mem_ctx); NTSTATUS notify_add(struct notify_context *notify, connection_struct *conn, struct notify_entry *e0, |