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 2b5d24df..7e02f2d6 100644
--- a/playlist.h
+++ b/playlist.h
@@ -94,6 +94,9 @@ plt_get_curr_ptr (void);
int
plt_get_count (void);
+playlist_t *
+plt_get_list (void);
+
playItem_t *
plt_get_head (int plt);