summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index 96a335c1..192a8212 100644
--- a/playlist.c
+++ b/playlist.c
@@ -193,6 +193,11 @@ plt_gen_conf (void) {
}
playlist_t *
+plt_get_list (void) {
+ return playlists_head;
+}
+
+playlist_t *
plt_get_curr_ptr (void) {
return playlist;
}