aboutsummaryrefslogtreecommitdiffstats
path: root/src/stored_playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stored_playlist.h')
-rw-r--r--src/stored_playlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stored_playlist.h b/src/stored_playlist.h
index 4f02833f1..7d2ebf301 100644
--- a/src/stored_playlist.h
+++ b/src/stored_playlist.h
@@ -33,12 +33,16 @@ spl_move_index(const char *utf8path, int src, int dest);
enum playlist_result
spl_clear(const char *utf8path);
+#define clearStoredPlaylist spl_clear
+
enum playlist_result
spl_remove_index(const char *utf8path, int pos);
enum playlist_result
spl_append_song(const char *utf8path, struct song *song);
+int addToStoredPlaylist(const char *file, const char *utf8file);
+
enum playlist_result
spl_rename(const char *utf8from, const char *utf8to);