summaryrefslogtreecommitdiff
path: root/monkey/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/browser.h')
-rw-r--r--monkey/browser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/monkey/browser.h b/monkey/browser.h
index 6c74a412c..959c6a1e6 100644
--- a/monkey/browser.h
+++ b/monkey/browser.h
@@ -22,6 +22,9 @@
#include "desktop/browser.h"
#include "content/hlcache.h"
+extern struct gui_window_table *monkey_window_table;
+extern struct gui_download_table *monkey_download_table;
+
struct gui_window {
struct gui_window *r_next;
struct gui_window *r_prev;
@@ -36,9 +39,6 @@ struct gui_window {
};
-extern struct gui_window_table *monkey_gui_window_table;
-extern struct gui_download_table *monkey_gui_download_table;
-
struct gui_window *monkey_find_window_by_num(uint32_t win_num);
struct gui_window *monkey_find_window_by_content(hlcache_handle *content);
void monkey_window_process_reformats(void);