isync/inotify.h

9 lines
176 B
C

#ifndef _INOTIFY_H_
#define _INOTIFY_H_
int add_watch_recursive(int fd, char *path);
int watch_callback(int fd, void *privdata);
int inotify_open();
#endif /* _INOTIFY_H_ */