summaryrefslogtreecommitdiff
path: root/content/handlers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-20 16:36:01 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-20 16:36:01 +0100
commit5207ecf3083fdf9e28fbc775426e415ff4a08f5d (patch)
treef3ed40f3473a9af2da7a8c5f340805e792d97942 /content/handlers
parentc74509cdf58fb2473290fcacb8b1cc885b53df87 (diff)
downloadnetsurf-5207ecf3083fdf9e28fbc775426e415ff4a08f5d.tar.gz
netsurf-5207ecf3083fdf9e28fbc775426e415ff4a08f5d.tar.bz2
split out the about scheme imagecache page generator
Diffstat (limited to 'content/handlers')
-rw-r--r--content/handlers/image/image_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/image/image_cache.h b/content/handlers/image/image_cache.h
index 955306e1b..1c2d621a6 100644
--- a/content/handlers/image/image_cache.h
+++ b/content/handlers/image/image_cache.h
@@ -40,6 +40,7 @@
#include "utils/errors.h"
#include "netsurf/content_type.h"
+struct content;
struct content_redraw_data;
struct redraw_context;