Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/inotify.h')
-rw-r--r--src/inotify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inotify.h b/src/inotify.h
index 91db6f6..0f378c2 100644
--- a/src/inotify.h
+++ b/src/inotify.h
@@ -1,6 +1,7 @@
-
+#ifdef HAVE_INOTIFY
int
inotify_remove_file(const char * path);
void *
start_inotify();
+#endif