From 9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 15:14:29 +0100 Subject: reduce usage of content headers by monkey frontend --- frontends/monkey/browser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontends/monkey/browser.h') diff --git a/frontends/monkey/browser.h b/frontends/monkey/browser.h index 32572742a..2b0340211 100644 --- a/frontends/monkey/browser.h +++ b/frontends/monkey/browser.h @@ -19,6 +19,8 @@ #ifndef NETSURF_MONKEY_BROWSER_H #define NETSURF_MONKEY_BROWSER_H +struct hlcache_handle; + extern struct gui_window_table *monkey_window_table; extern struct gui_download_table *monkey_download_table; @@ -37,7 +39,7 @@ struct gui_window { }; struct gui_window *monkey_find_window_by_num(uint32_t win_num); -struct gui_window *monkey_find_window_by_content(hlcache_handle *content); +struct gui_window *monkey_find_window_by_content(struct hlcache_handle *content); void monkey_window_process_reformats(void); void monkey_window_handle_command(int argc, char **argv); -- cgit v1.2.3