inotify: Don't export unused function

We don't need to export inotify_remove_file(), since it isn't used
anywhere else.
This commit is contained in:
Justin Maggard 2017-04-28 01:17:18 -07:00
parent f76f060f72
commit 58a5f61d46

View File

@ -1,7 +1,4 @@
#ifdef HAVE_INOTIFY
int
inotify_remove_file(const char * path);
void *
start_inotify();
#endif