From 5f6c2cbff7cd778b6487943d62e71ff9e7b04893 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 26 Jul 2008 22:29:15 +0000 Subject: - Compiler warning squash - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762 --- riscos/save_pdf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'riscos/save_pdf.h') diff --git a/riscos/save_pdf.h b/riscos/save_pdf.h index 69f998764..ed7bae393 100644 --- a/riscos/save_pdf.h +++ b/riscos/save_pdf.h @@ -20,10 +20,9 @@ #define _NETSURF_RISCOS_SAVE_PDF_H_ #include "utils/config.h" +#include "content/content.h" #ifdef WITH_PDF_EXPORT -struct content; - bool save_as_pdf(struct content *c, const char *path); #endif -- cgit v1.2.3