From c52f469c9cff4ad6aeede40ff3254d695a9ba603 Mon Sep 17 00:00:00 2001 From: James Pike Date: Mon, 5 Apr 2010 13:11:10 +0200 Subject: output/httpd: added name/genre/website configuration --- src/output/httpd_internal.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/output/httpd_internal.h') diff --git a/src/output/httpd_internal.h b/src/output/httpd_internal.h index e77a2fe0f..55843e73f 100644 --- a/src/output/httpd_internal.h +++ b/src/output/httpd_internal.h @@ -98,6 +98,19 @@ struct httpd_output { */ struct page *metadata; + /** + * The configured name. + */ + char const *name; + /** + * The configured genre. + */ + char const *genre; + /** + * The configured website address. + */ + char const *website; + /** * A linked list containing all clients which are currently * connected. -- cgit v1.2.3