summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-11-21 23:58:56 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-11-22 00:02:28 +0000
commitba9a049d7bca2e6fb761349d96d527cfb43f3b53 (patch)
treece341384fa68cb1edfd09b60915d512d919930f2 /amiga/history_local.h
parent0c7dc95ddad16cb37a83eae2d56606c6642b4451 (diff)
downloadnetsurf-ba9a049d7bca2e6fb761349d96d527cfb43f3b53.tar.gz
netsurf-ba9a049d7bca2e6fb761349d96d527cfb43f3b53.tar.bz2
Simplify ami_history_open API and use correct call to get history object.
Diffstat (limited to 'amiga/history_local.h')
-rwxr-xr-xamiga/history_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/history_local.h b/amiga/history_local.h
index bc1cc79da..452fe1512 100755
--- a/amiga/history_local.h
+++ b/amiga/history_local.h
@@ -36,9 +36,8 @@ struct history_window {
* Open history window.
*
* \param gw gui_window to open history for
- * \param history history to open
*/
-void ami_history_open(struct gui_window *gw, struct history *history);
+void ami_history_open(struct gui_window *gw);
void ami_history_close(struct history_window *hw);
BOOL ami_history_event(struct history_window *hw);