aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-05-24 18:07:19 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-05-24 18:07:19 +0000
commit7ba357a04e75c51f898e9418cab24d10c74ab37c (patch)
treea607055f440379beb1ea54dc6eb116a796c39ed9 /src/storedPlaylist.h
parent0d7d2ebf80be04864eff70369d7aa88a5670806a (diff)
downloadmpd-7ba357a04e75c51f898e9418cab24d10c74ab37c.tar.gz
mpd-7ba357a04e75c51f898e9418cab24d10c74ab37c.tar.xz
mpd-7ba357a04e75c51f898e9418cab24d10c74ab37c.zip
Adding rename command, for renaming stored playlists.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6246 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/storedPlaylist.h')
-rw-r--r--src/storedPlaylist.h2
1 files changed, 2 insertions, 0 deletions
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