From 93598e28f48a6a2da332287a3b8c0966a99e66d9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Oct 2008 09:54:32 +0200 Subject: stored_playlist: renamed and moved spl_delete() to stored_playlist.c The function deletePlaylist() shouldn't be in playlist.c. --- src/stored_playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stored_playlist.h') diff --git a/src/stored_playlist.h b/src/stored_playlist.h index 8ba756853..1ac5c33af 100644 --- a/src/stored_playlist.h +++ b/src/stored_playlist.h @@ -53,6 +53,9 @@ spl_move_index(const char *utf8path, unsigned src, unsigned dest); enum playlist_result spl_clear(const char *utf8path); +enum playlist_result +spl_delete(const char *name_utf8); + enum playlist_result spl_remove_index(const char *utf8path, unsigned pos); -- cgit v1.2.3