#include "defines.h" #ifdef WATCHFILES #ifndef __WATCH_FILES_H__ #define __WATCH_FILES_H__ void* watch_files(void* unused); void add_watch(int prog); void remove_watch(int prog); #endif #endif