aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.h
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2007-08-20 14:34:16 +0000
committerQball Cow <qball@qballcow.nl>2007-08-20 14:34:16 +0000
commit30ceda2640277ee8c6f7f96e4fa86545932f1c9c (patch)
tree8bc64082843944cf3bc6a271ea72d835745a7062 /src/storedPlaylist.h
parent5f4878cddbd8b03d4fcef7fe9e37482729ec858d (diff)
downloadmpd-30ceda2640277ee8c6f7f96e4fa86545932f1c9c.tar.gz
mpd-30ceda2640277ee8c6f7f96e4fa86545932f1c9c.tar.xz
mpd-30ceda2640277ee8c6f7f96e4fa86545932f1c9c.zip
just testing3
git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6775 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/storedPlaylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storedPlaylist.h b/src/storedPlaylist.h
index 55387742f..4a929419e 100644
--- a/src/storedPlaylist.h
+++ b/src/storedPlaylist.h
@@ -46,5 +46,5 @@ void appendPlaylistToStoredPlaylist(StoredPlaylist *sp, Playlist *playlist);
int renameStoredPlaylist(int fd, const char *utf8from, const char *utf8to);
unsigned long getStoredPlaylistVersion(void);
-
+char *utf8pathToFsPathInStoredPlaylist(const char *utf8path, int fd);
#endif