summaryrefslogtreecommitdiff
path: root/riscos/save_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save_draw.h')
-rw-r--r--riscos/save_draw.h4
1 files changed, 2 insertions, 2 deletions
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 <stdbool.h>
-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