diff options
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 9980d03132..0e43aaf0df 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -531,15 +531,15 @@ struct sys_notify_context *sys_notify_context_create(TALLOC_CTX *mem_ctx, /* The following definitions come from smbd/notify_inotify.c */ -NTSTATUS inotify_watch(struct sys_notify_context *ctx, - const char *path, - uint32_t *filter, - uint32_t *subdir_filter, - void (*callback)(struct sys_notify_context *ctx, - void *private_data, - struct notify_event *ev), - void *private_data, - void *handle_p); +int inotify_watch(struct sys_notify_context *ctx, + const char *path, + uint32_t *filter, + uint32_t *subdir_filter, + void (*callback)(struct sys_notify_context *ctx, + void *private_data, + struct notify_event *ev), + void *private_data, + void *handle_p); /* The following definitions come from smbd/notify_internal.c */ |