s4:ntvfs/sysdep: add sys_notify_inotify_init() prototype to avoid a warning
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Feb 2014 08:29:36 +0000 (09:29 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Apr 2014 07:03:44 +0000 (09:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/ntvfs/sysdep/inotify.c

index d30bee2c530abbc2132f9b4f8b94fc34e721db9d..0680b4b52bfc94a4097b381ba20f0b911727fc87 100644 (file)
@@ -388,6 +388,7 @@ static struct sys_notify_backend inotify = {
 /*
   initialialise the inotify module
  */
+NTSTATUS sys_notify_inotify_init(void);
 NTSTATUS sys_notify_inotify_init(void)
 {
        /* register ourselves as a system inotify module */