summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
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