dnsmasq: stay close as possible to master branch
[tomato.git] / release / src-rt-6.x.4708 / router / minidlna / inotify.h
blob0f378c25d34251bdc6dab6e07f51ca11a92d2287
1 #ifdef HAVE_INOTIFY
2 int
3 inotify_remove_file(const char * path);
5 void *
6 start_inotify();
7 #endif