summaryrefslogtreecommitdiff
path: root/frontends/riscos/save_draw.h
diff options
context:
space:
mode:
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