summaryrefslogtreecommitdiff
path: root/frontends/monkey/browser.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 15:14:29 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 15:14:29 +0100
commit9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7 (patch)
treeeb04e570e0fcba89fc89e6bafbb3290b350da94e /frontends/monkey/browser.h
parent8861923455a294927398c3207c12ed3e2d6f350e (diff)
downloadnetsurf-9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7.tar.gz
netsurf-9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7.tar.bz2
reduce usage of content headers by monkey frontend
Diffstat (limited to 'frontends/monkey/browser.h')
-rw-r--r--frontends/monkey/browser.h4
1 files changed, 3 insertions, 1 deletions
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);