mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
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>
This commit is contained in:
committed by
Andrew Bartlett
parent
2b098c15fd
commit
816a3309c3
@ -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 */
|
||||
|
Reference in New Issue
Block a user