From 76a68d7dd02f3819e4e60cd9febfd45e20821e14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 08:59:23 +0100 Subject: Update content to split public and internal API --- content/handlers/image/svg.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content/handlers/image/svg.c') diff --git a/content/handlers/image/svg.c b/content/handlers/image/svg.c index 82c85ac4c..b4532646c 100644 --- a/content/handlers/image/svg.c +++ b/content/handlers/image/svg.c @@ -29,8 +29,9 @@ #include "utils/messages.h" #include "utils/utils.h" -#include "content/content_protected.h" #include "netsurf/plotters.h" +#include "netsurf/content.h" +#include "content/content_protected.h" #include "svg.h" @@ -71,7 +72,7 @@ no_memory: static nserror svg_create(const content_handler *handler, lwc_string *imime_type, const struct http_parameter *params, - llcache_handle *llcache, const char *fallback_charset, + struct llcache_handle *llcache, const char *fallback_charset, bool quirks, struct content **c) { svg_content *svg; -- cgit v1.2.3