]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add missing fsmonitor_done() for undefined ENABLE_INOTIFY 353/head
authorJaroslav Kysela <perex@perex.cz>
Mon, 17 Mar 2014 13:30:47 +0000 (14:30 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 17 Mar 2014 13:31:18 +0000 (14:31 +0100)
Reported-by: decke on irc
src/fsmonitor.c

index 5881ef251a937384886daa6842f311b11ba39504..14148cc5fa089b9c79d7c52d6ceb47c3b9cf7772 100644 (file)
@@ -224,6 +224,11 @@ fsmonitor_init ( void )
 {
 }
 
+void
+fsmonitor_done ( void )
+{
+}
+
 int
 fsmonitor_add ( const char *path, fsmonitor_t *fsm )
 {