summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/history_local.h')
-rwxr-xr-xamiga/history_local.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/amiga/history_local.h b/amiga/history_local.h
index 8f64920b8..bc1cc79da 100755
--- a/amiga/history_local.h
+++ b/amiga/history_local.h
@@ -27,12 +27,20 @@ struct history_window {
struct nsObject *node;
struct Window *win;
Object *objects[GID_LAST];
- struct browser_window *bw;
+ struct gui_window *gw;
struct Hook scrollerhook;
struct gui_globals gg;
};
-void ami_history_open(struct browser_window *bw, struct history *history);
+/**
+ * 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_close(struct history_window *hw);
BOOL ami_history_event(struct history_window *hw);
#endif
+