aboutsummaryrefslogtreecommitdiffstats
path: root/src/IcyMetaDataServer.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-19 16:58:45 +0200
committerMax Kellermann <max@duempel.org>2013-10-19 17:24:21 +0200
commit5dc4cbdf82191bc29afc414ac10204bd17275d69 (patch)
tree76ad2e5c60de0e3f504a84cd1d6cff912153adbf /src/IcyMetaDataServer.hxx
parent1434e5a22e82b4176c24c536a91eefa183b78516 (diff)
downloadmpd-5dc4cbdf82191bc29afc414ac10204bd17275d69.tar.gz
mpd-5dc4cbdf82191bc29afc414ac10204bd17275d69.tar.xz
mpd-5dc4cbdf82191bc29afc414ac10204bd17275d69.zip
util/FormatString: new library to replace g_strdup_printf()
Diffstat (limited to 'src/IcyMetaDataServer.hxx')
-rw-r--r--src/IcyMetaDataServer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/IcyMetaDataServer.hxx b/src/IcyMetaDataServer.hxx
index a37239cd7..941d8ba4a 100644
--- a/src/IcyMetaDataServer.hxx
+++ b/src/IcyMetaDataServer.hxx
@@ -25,6 +25,9 @@
struct Tag;
class Page;
+/**
+ * Free the return value with delete[].
+ */
char*
icy_server_metadata_header(const char *name,
const char *genre, const char *url,