aboutsummaryrefslogtreecommitdiffstats
path: root/src/stored_playlist.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stored_playlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stored_playlist.c b/src/stored_playlist.c
index 1a8d64e5c..bbffa510b 100644
--- a/src/stored_playlist.c
+++ b/src/stored_playlist.c
@@ -317,7 +317,8 @@ spl_append_song(const char *utf8path, struct song *song)
return PLAYLIST_RESULT_SUCCESS;
}
-int addToStoredPlaylist(const char *url, const char *utf8file)
+int
+spl_append_uri(const char *url, const char *utf8file)
{
struct song *song;