11 #ifndef AW_INOTIFY_HXX
12 #define AW_INOTIFY_HXX
24 #define CHANGE_REASONS (CR_CREATED+1)
33 #error aw_inotify.hxx included twice
34 #endif // AW_INOTIFY_HXX
void AW_remove_inotification(const char *file, const FileChangedCallback &fccb)
void AW_add_inotification(const char *file, const FileChangedCallback &fccb)
DECLARE_CBTYPE_FFV_AND_BUILDERS(FileChangedCallback, void, const char *, ChangeReason)