summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.h
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-22 20:05:15 +0200
committerSven Weidauer <sven@5sw.de>2017-06-22 20:05:15 +0200
commit2e5519f22742e7f5751d8a6098e8479bfbc9919b (patch)
tree8a18836960ee282f55352c29f3ea48c78b2aa333 /frontends/amiga/history_local.h
parent711dcabe7ca4bd3551b7e4af10b98715f746fb3f (diff)
parent2b2bbbe76502b6cb528752a2dad89d3f1f6c6409 (diff)
downloadnetsurf-2e5519f22742e7f5751d8a6098e8479bfbc9919b.tar.gz
netsurf-2e5519f22742e7f5751d8a6098e8479bfbc9919b.tar.bz2
Merge remote-tracking branch 'origin/master' into svenw/cocoa
Diffstat (limited to 'frontends/amiga/history_local.h')
-rw-r--r--[-rwxr-xr-x]frontends/amiga/history_local.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h
index 97aea0579..72ba7fa8b 100755..100644
--- a/frontends/amiga/history_local.h
+++ b/frontends/amiga/history_local.h
@@ -1,5 +1,5 @@
/*
- * Copyright 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,23 +16,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef AMIGA_HISTORY_LOCAL_H
-#define AMIGA_HISTORY_LOCAL_H
-
-#include <exec/types.h>
-#include <intuition/classusr.h>
+#ifndef AMIGA_HISTORY_GLOBAL_H
+#define AMIGA_HISTORY_GLOBAL_H
struct gui_window;
-struct gui_globals;
-struct history_window;
-
-/**
- * Open history window.
- *
- * \param gw gui_window to open history for
- */
-void ami_history_open(struct gui_window *gw);
+struct ami_history_local_window;
-void ami_history_close(struct history_window *hw);
+/** Open the global history viewer */
+nserror ami_history_local_present(struct gui_window *gw);
+nserror ami_history_local_destroy(struct ami_history_local_window *history_local_win);
#endif