From 7ba357a04e75c51f898e9418cab24d10c74ab37c Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Thu, 24 May 2007 18:07:19 +0000 Subject: Adding rename command, for renaming stored playlists. git-svn-id: https://svn.musicpd.org/mpd/trunk@6246 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/storedPlaylist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/storedPlaylist.h') diff --git a/src/storedPlaylist.h b/src/storedPlaylist.h index 044d44ea3..1c30e814a 100644 --- a/src/storedPlaylist.h +++ b/src/storedPlaylist.h @@ -43,4 +43,6 @@ int writeStoredPlaylist(StoredPlaylist *sp); int appendSongToStoredPlaylistByPath(int fd, const char *utf8path, Song *song); void appendPlaylistToStoredPlaylist(StoredPlaylist *sp, Playlist *playlist); +int renameStoredPlaylist(int fd, const char *utf8from, const char *utf8to); + #endif -- cgit v1.2.3