#ifndef fsevent_watch_common_h #define fsevent_watch_common_h #include #ifdef __OBJC__ #import #endif #include #include #include "compat.h" #include "defines.h" #include "TSICTString.h" enum FSEventWatchOutputFormat { kFSEventWatchOutputFormatClassic, kFSEventWatchOutputFormatNIW, kFSEventWatchOutputFormatTNetstring, kFSEventWatchOutputFormatOTNetstring }; #endif /* fsevent_watch_common_h */