diff --git a/inotify.h b/inotify.h index 0f378c2..6be4e4f 100644 --- a/inotify.h +++ b/inotify.h @@ -1,7 +1,4 @@ #ifdef HAVE_INOTIFY -int -inotify_remove_file(const char * path); - void * start_inotify(); #endif