summaryrefslogtreecommitdiff
path: root/riscos/global_history.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:36:24 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:36:24 +0000
commit442f0e2a2c8b57af092b765bdb843bd1c16fa976 (patch)
treec05eae450fee05ecd627c1c94e996671a8a2a987 /riscos/global_history.h
parent28f51bfcf58fc111564524052b20dd02b3a507f1 (diff)
downloadnetsurf-442f0e2a2c8b57af092b765bdb843bd1c16fa976.tar.gz
netsurf-442f0e2a2c8b57af092b765bdb843bd1c16fa976.tar.bz2
[project @ 2005-12-31 04:36:24 by rjw]
Read data from url_store, use new wimp_event system. svn path=/import/netsurf/; revision=1913
Diffstat (limited to 'riscos/global_history.h')
-rw-r--r--riscos/global_history.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/riscos/global_history.h b/riscos/global_history.h
index 120f73e8f..e9576ecd9 100644
--- a/riscos/global_history.h
+++ b/riscos/global_history.h
@@ -12,19 +12,13 @@
#ifndef _NETSURF_RISCOS_GLOBALHISTORY_H_
#define _NETSURF_RISCOS_GLOBALHISTORY_H_
-#include <stdbool.h>
-#include "oslib/wimp.h"
#include "netsurf/content/url_store.h"
-#include "netsurf/desktop/browser.h"
#define GLOBAL_HISTORY_RECENT_URLS 16
void ro_gui_global_history_initialise(void);
-void ro_gui_global_history_save(void);
-void ro_gui_global_history_click(wimp_pointer *pointer);
-void ro_gui_global_history_dialog_click(wimp_pointer *pointer);
-void ro_gui_global_history_menu_closed(void);
int ro_gui_global_history_help(int x, int y);
+void ro_gui_global_history_save(void);
#endif