PlaylistFile: switch spl_append_uri() arguments

Playlist file name first, to be consistent with the other functions in
this library.
This commit is contained in:
Max Kellermann
2014-02-03 23:33:01 +01:00
parent 5ad2980d69
commit d533b59ee3
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ bool
spl_append_song(const char *utf8path, const DetachedSong &song, Error &error);
bool
spl_append_uri(const char *file, const char *utf8file, Error &error);
spl_append_uri(const char *path_utf8, const char *uri_utf8, Error &error);
bool
spl_rename(const char *utf8from, const char *utf8to, Error &error);