diff options
Diffstat (limited to 'src/storedPlaylist.h')
-rw-r--r-- | src/storedPlaylist.h | 2 |
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 |