diff options
author | Max Kellermann <max@duempel.org> | 2009-12-14 17:40:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 17:40:50 +0100 |
commit | c3085d7b6130f24c3a1675e902bffb23775d5c3e (patch) | |
tree | 9960c6e1dbbebd9b99f7cec3dab8e54f06ef8182 /src/mapper.h | |
parent | 179502fe93532a3686c08f07d9ef6effaaf4f25a (diff) | |
parent | 8f7bc70bf5e47da66e57e5606b978ba3ee975d89 (diff) | |
download | mpd-c3085d7b6130f24c3a1675e902bffb23775d5c3e.tar.gz mpd-c3085d7b6130f24c3a1675e902bffb23775d5c3e.tar.xz mpd-c3085d7b6130f24c3a1675e902bffb23775d5c3e.zip |
Merge branch 'v0.15.x'
Conflicts:
src/decoder/ffmpeg_plugin.c
Diffstat (limited to 'src/mapper.h')
-rw-r--r-- | src/mapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapper.h b/src/mapper.h index d63243ff7..12108cbeb 100644 --- a/src/mapper.h +++ b/src/mapper.h @@ -99,6 +99,8 @@ map_spl_path(void); * Maps a playlist name (without the ".m3u" suffix) to a file system * path. The return value is allocated on the heap and must be freed * with g_free(). + * + * @return the path in file system encoding, or NULL if mapping failed */ char * map_spl_utf8_to_fs(const char *name); |