summaryrefslogtreecommitdiff
path: root/frontends/amiga/history.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-06 18:27:09 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-06 18:27:09 +0000
commita86f2c8dd35c0cd8ba2f87097a68ad32373c28b5 (patch)
tree98e6a735cecf006aab1c3222ab9d3b94d8d54a0d /frontends/amiga/history.h
parent047b37d5f8c3810f8942f5744bb92640fbd4879f (diff)
downloadnetsurf-a86f2c8dd35c0cd8ba2f87097a68ad32373c28b5.tar.gz
netsurf-a86f2c8dd35c0cd8ba2f87097a68ad32373c28b5.tar.bz2
Migrate global history to corewindow
Diffstat (limited to 'frontends/amiga/history.h')
-rw-r--r--[-rwxr-xr-x]frontends/amiga/history.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/frontends/amiga/history.h b/frontends/amiga/history.h
index 47e00ed10..67ab670b7 100755..100644
--- a/frontends/amiga/history.h
+++ b/frontends/amiga/history.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2009 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2017 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -16,14 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef AMIGA_HISTORY_H
-#define AMIGA_HISTORY_H
-#include "amiga/desktop-tree.h"
+#ifndef AMIGA_HISTORY_GLOBAL_H
+#define AMIGA_HISTORY_GLOBAL_H
-#define GLOBAL_HISTORY_RECENT_URLS 16
-
-void ami_global_history_initialise(void);
-void ami_global_history_free(void);
-
-extern struct treeview_window *global_history_window;
+/** Open the global history viewer */
+nserror ami_history_global_present(void);
#endif
+