summaryrefslogtreecommitdiff
path: root/frontends/riscos/save_draw.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-08 09:22:42 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-11 13:57:07 +0000
commit3ea137ca3d9b0f996493bb33289d9ab3fc2881bc (patch)
tree120feb9d39ff590aa4c9432b7df5f1304bebe410 /frontends/riscos/save_draw.h
parent78d601eb76c796c038f42c2b9f10e4e591272271 (diff)
downloadnetsurf-3ea137ca3d9b0f996493bb33289d9ab3fc2881bc.tar.gz
netsurf-3ea137ca3d9b0f996493bb33289d9ab3fc2881bc.tar.bz2
update RISC OS plotters to new API
Diffstat (limited to 'frontends/riscos/save_draw.h')
-rw-r--r--frontends/riscos/save_draw.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/riscos/save_draw.h b/frontends/riscos/save_draw.h
index 7ae447790..99662e371 100644
--- a/frontends/riscos/save_draw.h
+++ b/frontends/riscos/save_draw.h
@@ -24,6 +24,13 @@
#include <stdbool.h>
struct hlcache_handle;
+/**
+ * Export a content as a DrawFile.
+ *
+ * \param h content to export
+ * \param path path to save DrawFile as
+ * \return true on success, false on error and error reported
+ */
bool save_as_draw(struct hlcache_handle *h, const char *path);
#endif