InotifyQueue: use std::deque instead of GSList

This commit is contained in:
Max Kellermann
2013-01-03 09:40:37 +01:00
parent c4090b670d
commit 28f3e190c8
3 changed files with 19 additions and 37 deletions

View File

@@ -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