summaryrefslogtreecommitdiff
path: root/riscos/save_pdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save_pdf.h')
-rw-r--r--riscos/save_pdf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/riscos/save_pdf.h b/riscos/save_pdf.h
index ed7bae393..115abb321 100644
--- a/riscos/save_pdf.h
+++ b/riscos/save_pdf.h
@@ -20,10 +20,12 @@
#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
+
+#endif /* WITH_PDF_EXPORT */
#endif