1 #ifndef _inotifytools_H
2 #define _inotifytools_H
11 #define MAX_STRLEN 4096
31 char const * newname );
33 char const * newname );
38 char const** eventname,
52 char const** exclude_list);
59 int inotifytools_get_stat_by_wd(
int wd,
int event );
60 int inotifytools_get_stat_total(
int event );
61 int inotifytools_get_stat_by_filename(
char const * filename,
63 void inotifytools_initialize_stats();
64 int inotifytools_initialize();
71 struct inotify_event* event,
74 struct inotify_event* event,
78 struct inotify_event* event,
81 void inotifytools_clear_timefmt();
This structure holds string that can contain any character including NULL.