minidlna/inotify.h
Justin Maggard 58a5f61d46 inotify: Don't export unused function
We don't need to export inotify_remove_file(), since it isn't used
anywhere else.
2017-04-28 01:17:18 -07:00

5 lines
51 B
C

#ifdef HAVE_INOTIFY
void *
start_inotify();
#endif