summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-02 15:16:07 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-02 15:16:07 +0100
commita63eff31169b700c1e3384f745eae5c26618ed45 (patch)
treec662e863e8261efb84d89ba9ac07341b11742246 /playlist.h
parent044a715c61f1b78cb569fd7711d794296b61b994 (diff)
few tweaks to playqueue
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 5cf62f21..731f4c32 100644
--- a/playlist.h
+++ b/playlist.h
@@ -227,4 +227,7 @@ pl_playqueue_remove (playItem_t *it);
int
pl_playqueue_test (playItem_t *it);
+playItem_t *
+pl_playqueue_getnext (void);
+
#endif // __PLAYLIST_H