aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-24 20:40:35 +0100
committerMax Kellermann <max@duempel.org>2015-03-24 22:03:17 +0100
commit98f3135ad347fb39f941d03f5b8cadc6bc23f658 (patch)
tree5ddda29f03b87df0db260a377bbbc0293c2a88ac /src/PlaylistFile.cxx
parent8c9c3a91e6374b133376057e6a7f2d4e5afe6af1 (diff)
downloadmpd-98f3135ad347fb39f941d03f5b8cadc6bc23f658.tar.gz
mpd-98f3135ad347fb39f941d03f5b8cadc6bc23f658.tar.xz
mpd-98f3135ad347fb39f941d03f5b8cadc6bc23f658.zip
PlaylistFile: export spl_map_to_fs() and TranslatePlaylistError()
Diffstat (limited to '')
-rw-r--r--src/PlaylistFile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx
index ed1040a14..05395da89 100644
--- a/src/PlaylistFile.cxx
+++ b/src/PlaylistFile.cxx
@@ -109,7 +109,7 @@ spl_check_name(const char *name_utf8, Error &error)
return true;
}
-static AllocatedPath
+AllocatedPath
spl_map_to_fs(const char *name_utf8, Error &error)
{
if (spl_map(error).IsNull() || !spl_check_name(name_utf8, error))
@@ -136,7 +136,7 @@ IsNotFoundError(const Error &error)
#endif
}
-static void
+void
TranslatePlaylistError(Error &error)
{
if (IsNotFoundError(error)) {