From 95b859c2eb3223e2732d6ebd75f11906bdeda3ba Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Apr 2010 17:05:50 +0000 Subject: Fix for new cache. svn path=/trunk/netsurf/; revision=10279 --- riscos/save_draw.h | 4 ++-- riscos/save_pdf.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos') diff --git a/riscos/save_draw.h b/riscos/save_draw.h index 43861c484..7ae447790 100644 --- a/riscos/save_draw.h +++ b/riscos/save_draw.h @@ -22,9 +22,9 @@ #ifdef WITH_DRAW_EXPORT #include -struct content; +struct hlcache_handle; -bool save_as_draw(struct content *c, const char *path); +bool save_as_draw(struct hlcache_handle *h, const char *path); #endif diff --git a/riscos/save_pdf.h b/riscos/save_pdf.h index 5a204bf02..ad4599dea 100644 --- a/riscos/save_pdf.h +++ b/riscos/save_pdf.h @@ -22,9 +22,9 @@ #include "utils/config.h" #ifdef WITH_PDF_EXPORT -struct content; +struct hlcache_handle; -bool save_as_pdf(struct content *c, const char *path); +bool save_as_pdf(struct hlcache_handle *h, const char *path); #endif /* WITH_PDF_EXPORT */ -- cgit v1.2.3