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.h4
1 files changed, 2 insertions, 2 deletions
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 */