From ac853b6165f8c9b0caa414d4c7182715e28152f6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Oct 2008 17:21:59 +0200 Subject: stored_playlist: no CamelCase Renamed all public functions, prefix is "spl_". --- src/dbUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbUtils.c') diff --git a/src/dbUtils.c b/src/dbUtils.c index 6092c7481..49ab6aac9 100644 --- a/src/dbUtils.c +++ b/src/dbUtils.c @@ -208,7 +208,7 @@ directoryAddSongToStoredPlaylist(struct song *song, void *_data) { struct add_data *data = _data; - if (appendSongToStoredPlaylistByPath(data->path, song) != 0) + if (spl_append_song(data->path, song) != 0) return -1; return 0; } -- cgit v1.2.3