From 5dc4cbdf82191bc29afc414ac10204bd17275d69 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 16:58:45 +0200 Subject: util/FormatString: new library to replace g_strdup_printf() --- src/IcyMetaDataServer.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/IcyMetaDataServer.hxx') 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, -- cgit v1.2.3