haiku_interop.h (310B)
1 #ifdef __cplusplus 2 extern "C" { 3 #endif 4 5 typedef struct haiku_nm_t *haiku_nm_h; 6 haiku_nm_h haiku_init_nm(); 7 void haiku_close_nm(haiku_nm_h hnd); 8 int haiku_watch_dir(haiku_nm_h hnd, const char *path); 9 int haiku_stop_watch(haiku_nm_h hnd); 10 int haiku_is_update_needed(haiku_nm_h hnd); 11 12 #ifdef __cplusplus 13 } 14 #endif