minidlna: update to 1.1.1
[tomato.git] / release / src / 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