From 5bb5cedec5170ac2aa06a340159256b55505c427 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 28 Mar 2010 15:51:05 +0000 Subject: Changes required for new-cache svn path=/trunk/netsurf/; revision=10186 --- amiga/save_pdf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amiga/save_pdf.h') diff --git a/amiga/save_pdf.h b/amiga/save_pdf.h index 5a204bf02..4a5a7edde 100644 --- a/amiga/save_pdf.h +++ b/amiga/save_pdf.h @@ -16,15 +16,15 @@ * along with this program. If not, see . */ -#ifndef _NETSURF_RISCOS_SAVE_PDF_H_ -#define _NETSURF_RISCOS_SAVE_PDF_H_ +#ifndef _NETSURF_AMIGA_SAVE_PDF_H_ +#define _NETSURF_AMIGA_SAVE_PDF_H_ #include "utils/config.h" #ifdef WITH_PDF_EXPORT struct content; -bool save_as_pdf(struct content *c, const char *path); +bool save_as_pdf(struct hlcache_handle *c, const char *path); #endif /* WITH_PDF_EXPORT */ -- cgit v1.2.3