summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:29:36 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:44 +0200
commit816a3309c3cda04b1f25e8956ca9efbe175173f4 (patch)
tree487e9254bab4e55d03c04d764854749410fb3e7b /source4/ntvfs
parent2b098c15fdf7ae65d87427aaeab170cf6cfea8bc (diff)
downloadsamba-816a3309c3cda04b1f25e8956ca9efbe175173f4.tar.gz
samba-816a3309c3cda04b1f25e8956ca9efbe175173f4.tar.xz
samba-816a3309c3cda04b1f25e8956ca9efbe175173f4.zip
s4:ntvfs/sysdep: add sys_notify_inotify_init() prototype to avoid a warning
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/sysdep/inotify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/inotify.c b/source4/ntvfs/sysdep/inotify.c
index d30bee2c530..0680b4b52bf 100644
--- a/source4/ntvfs/sysdep/inotify.c
+++ b/source4/ntvfs/sysdep/inotify.c
@@ -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 */