From ca1f890764c5dbac509940530e74971e8351a02b Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 20 Dec 2009 20:16:55 +0100 Subject: WIP playqueue in gtkui --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index c24392ea..14e6aed7 100644 --- a/playlist.h +++ b/playlist.h @@ -224,4 +224,7 @@ pl_playqueue_pop (void); void pl_playqueue_remove (playItem_t *it); +int +pl_playqueue_test (playItem_t *it); + #endif // __PLAYLIST_H -- cgit v1.2.3