stored_playlist: de-CamelCase moved function
Rename addToStoredPlaylist() to spl_append_uri(), and remove the clearStoredPlaylist() macro.
This commit is contained in:
@@ -33,15 +33,14 @@ 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);
|
||||
int
|
||||
spl_append_uri(const char *file, const char *utf8file);
|
||||
|
||||
enum playlist_result
|
||||
spl_rename(const char *utf8from, const char *utf8to);
|
||||
|
Reference in New Issue
Block a user