aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/httpd_internal.h
diff options
context:
space:
mode:
authorJames Pike <jpike@afterclap.com>2010-04-05 13:11:10 +0200
committerMax Kellermann <max@duempel.org>2010-04-05 13:11:10 +0200
commitc52f469c9cff4ad6aeede40ff3254d695a9ba603 (patch)
tree43a110211f6d6139d3a38c9405fdab0d26a73c6b /src/output/httpd_internal.h
parent50c0c4b7012f185655574f37cae3cde8e9293112 (diff)
downloadmpd-c52f469c9cff4ad6aeede40ff3254d695a9ba603.tar.gz
mpd-c52f469c9cff4ad6aeede40ff3254d695a9ba603.tar.xz
mpd-c52f469c9cff4ad6aeede40ff3254d695a9ba603.zip
output/httpd: added name/genre/website configuration
Diffstat (limited to '')
-rw-r--r--src/output/httpd_internal.h13
1 files changed, 13 insertions, 0 deletions
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
@@ -99,6 +99,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.
*/