9 lines
222 B
C
9 lines
222 B
C
int monitor_insert_directory(int fd, char *name, const char * path);
|
|
int monitor_remove_file(const char * path);
|
|
int monitor_remove_directory(int fd, const char * path);
|
|
|
|
#ifdef HAVE_INOTIFY
|
|
void *
|
|
start_inotify();
|
|
#endif
|