summaryrefslogtreecommitdiffstats
path: root/core/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/playlist.h')
-rw-r--r--core/playlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/playlist.h b/core/playlist.h
index f896751eb6..3e34390707 100644
--- a/core/playlist.h
+++ b/core/playlist.h
@@ -64,4 +64,8 @@ struct playlist_entry *playlist_get_next(struct playlist *pl, int direction);
void playlist_add_base_path(struct playlist *pl, bstr base_path);
void playlist_transfer_entries(struct playlist *pl, struct playlist *source_pl);
+int playlist_entry_to_index(struct playlist *pl, struct playlist_entry *e);
+int playlist_entry_count(struct playlist *pl);
+struct playlist_entry *playlist_entry_from_index(struct playlist *pl, int index);
+
#endif