1#ifdef HAVE_INOTIFY
2int
3inotify_remove_file(const char * path);
4
5void *
6start_inotify();
7#endif
8