More new cache fixing.
svn path=/trunk/netsurf/; revision=10273
This commit is contained in:
parent
c723c8bc59
commit
c147001a17
|
@ -29,8 +29,9 @@
|
|||
|
||||
wimp_w ro_gui_saveas_create(const char *template_name);
|
||||
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_prepare(gui_save_type save_type, struct hlcache_handle *h,
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue