From 6511e9f9e0346eb5dc5dfc512b456446d56e2b8c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 10 Jun 2017 22:21:46 +0100 Subject: Migrate Amiga local history to corewindow --- frontends/amiga/history_local.h | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) mode change 100755 => 100644 frontends/amiga/history_local.h (limited to 'frontends/amiga/history_local.h') diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h old mode 100755 new mode 100644 index 97aea0579..72ba7fa8b --- a/frontends/amiga/history_local.h +++ b/frontends/amiga/history_local.h @@ -1,5 +1,5 @@ /* - * Copyright 2009 Chris Young + * Copyright 2017 Chris Young * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -16,23 +16,14 @@ * along with this program. If not, see . */ -#ifndef AMIGA_HISTORY_LOCAL_H -#define AMIGA_HISTORY_LOCAL_H - -#include -#include +#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 -- cgit v1.2.3