Welcome to mirror list, hosted at ThFree Co, Russian Federation.

inotify.h - github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f378c25d34251bdc6dab6e07f51ca11a92d2287 (plain)
1
2
3
4
5
6
7
#ifdef HAVE_INOTIFY
int
inotify_remove_file(const char * path);

void *
start_inotify();
#endif