isync/inotify.h

9 lines
176 B
C
Raw Permalink Normal View History

2006-10-06 22:05:44 +02:00
#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_ */