diff options
Diffstat (limited to 'src/InotifyQueue.hxx')
-rw-r--r-- | src/InotifyQueue.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InotifyQueue.hxx b/src/InotifyQueue.hxx index 0c4863ab5..158a5dbb5 100644 --- a/src/InotifyQueue.hxx +++ b/src/InotifyQueue.hxx @@ -27,6 +27,6 @@ void mpd_inotify_queue_finish(void); void -mpd_inotify_enqueue(char *uri_utf8); +mpd_inotify_enqueue(const char *uri_utf8); #endif |