aboutsummaryrefslogtreecommitdiff
path: root/src/IcyMetaDataServer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/IcyMetaDataServer.hxx')
-rw-r--r--src/IcyMetaDataServer.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IcyMetaDataServer.hxx b/src/IcyMetaDataServer.hxx
index 78f1be7d..b344c61f 100644
--- a/src/IcyMetaDataServer.hxx
+++ b/src/IcyMetaDataServer.hxx
@@ -22,12 +22,14 @@
#include "tag.h"
+class Page;
+
char*
icy_server_metadata_header(const char *name,
const char *genre, const char *url,
const char *content_type, int metaint);
-struct page*
+Page *
icy_server_metadata_page(const struct tag *tag, const enum tag_type *types);
#endif