From 51d619ad4d6b07a48da4119f4f8debf71c9940cd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Apr 2010 10:55:39 +0000 Subject: Fix box dump for new cache. svn path=/trunk/netsurf/; revision=10263 --- riscos/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 657f62e4e..41b3177e2 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -122,7 +122,7 @@ void ro_gui_open_window_request(wimp_open *open); void ro_gui_open_help_page(const char *page); void ro_gui_screen_size(int *width, int *height); void ro_gui_view_source(struct hlcache_handle *c); -void ro_gui_dump_content(struct content *content); +void ro_gui_dump_content(struct hlcache_handle *c); void ro_gui_drag_box_start(wimp_pointer *pointer); bool ro_gui_prequit(void); const char *ro_gui_default_language(void); -- cgit v1.2.3