summaryrefslogtreecommitdiff
path: root/riscos/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save.h')
-rw-r--r--riscos/save.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/save.h b/riscos/save.h
index ae98c18a3..e67291945 100644
--- a/riscos/save.h
+++ b/riscos/save.h
@@ -32,6 +32,8 @@ void ro_gui_saveas_quit(void);
void ro_gui_save_prepare(gui_save_type save_type, struct content *c, struct selection *s,
const char *url, const char *title);
void ro_gui_save_start_drag(wimp_pointer *pointer);
+void ro_gui_drag_save_link(gui_save_type save_type, const char *url,
+ const char *title, struct gui_window *g);
void ro_gui_drag_icon(int x, int y, const char *sprite);
void ro_gui_drag_box_cancel(void);
void ro_gui_save_drag_end(wimp_dragged *drag);