aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/InotifyUpdate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/InotifyUpdate.hxx')
-rw-r--r--src/db/update/InotifyUpdate.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/db/update/InotifyUpdate.hxx b/src/db/update/InotifyUpdate.hxx
index d378770c0..0f78db71f 100644
--- a/src/db/update/InotifyUpdate.hxx
+++ b/src/db/update/InotifyUpdate.hxx
@@ -24,10 +24,12 @@
#include "Compiler.h"
class EventLoop;
+class Storage;
class UpdateService;
void
-mpd_inotify_init(EventLoop &loop, UpdateService &update, unsigned max_depth);
+mpd_inotify_init(EventLoop &loop, Storage &storage, UpdateService &update,
+ unsigned max_depth);
void
mpd_inotify_finish(void);