stored_playlist: de-CamelCase moved function

Rename addToStoredPlaylist() to spl_append_uri(), and remove the
clearStoredPlaylist() macro.
This commit is contained in:
Max Kellermann
2008-10-22 17:23:58 +02:00
parent 1da921f03c
commit d2606baa79
3 changed files with 6 additions and 6 deletions

View File

@@ -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;