summaryrefslogtreecommitdiff
path: root/content/fetchers/about/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/about/about.c')
-rw-r--r--content/fetchers/about/about.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/fetchers/about/about.c b/content/fetchers/about/about.c
index fe9eba7a4..651894249 100644
--- a/content/fetchers/about/about.c
+++ b/content/fetchers/about/about.c
@@ -49,6 +49,7 @@
#include "blank.h"
#include "certificate.h"
#include "config.h"
+#include "chart.h"
#include "choices.h"
#include "imagecache.h"
#include "nscolours.h"
@@ -442,6 +443,14 @@ struct about_handlers about_handler_list[] = {
true
},
{
+ /* chart generator */
+ "chart",
+ SLEN("chart"),
+ NULL,
+ fetch_about_chart_handler,
+ true
+ },
+ {
"query/auth",
SLEN("query/auth"),
NULL,