From 92ba754fc67b084202c1a1c7a750fa4f2133418c Mon Sep 17 00:00:00 2001 From: Hagen Schink Date: Mon, 13 Apr 2009 19:35:02 +0200 Subject: Implemented basic icy support for the httpd output [mk: folded with patch "Put icy related functions in extra source files"; moved icy_server.c from HAVE_CURL to ENABLE_HTTPD_OUTPUT; removed an unused variable] --- src/output/httpd_internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/output/httpd_internal.h') diff --git a/src/output/httpd_internal.h b/src/output/httpd_internal.h index d19909c83..2257e27a2 100644 --- a/src/output/httpd_internal.h +++ b/src/output/httpd_internal.h @@ -81,6 +81,11 @@ struct httpd_output { */ struct page *header; + /** + * The metadata, which is sent to every client. + */ + struct page *metadata; + /** * A linked list containing all clients which are currently * connected. -- cgit v1.2.3