aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storedPlaylist.c')
-rw-r--r--src/storedPlaylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storedPlaylist.c b/src/storedPlaylist.c
index 3e2fdf827..0f1160aa0 100644
--- a/src/storedPlaylist.c
+++ b/src/storedPlaylist.c
@@ -42,7 +42,7 @@ unsigned long getStoredPlaylistVersion(void)
return storedplaylistversion;
}
-static char *utf8pathToFsPathInStoredPlaylist(const char *utf8path, int fd)
+char *utf8pathToFsPathInStoredPlaylist(const char *utf8path, int fd)
{
char *file;
char *rfile;