summaryrefslogtreecommitdiff
path: root/windows/localhistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/localhistory.h')
-rw-r--r--windows/localhistory.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/windows/localhistory.h b/windows/localhistory.h
index 422619239..4f1920dbd 100644
--- a/windows/localhistory.h
+++ b/windows/localhistory.h
@@ -19,12 +19,14 @@
#ifndef _NETSURF_WINDOWS_LOCALHISTORY_H_
#define _NETSURF_WINDOWS_LOCALHISTORY_H_
-#include "desktop/browser.h"
-
struct nsws_localhistory;
-void nsws_localhistory_init(struct gui_window *);
-void nsws_localhistory_up(struct gui_window *);
-void nsws_localhistory_close(struct gui_window *);
+void nsws_localhistory_open(struct gui_window *gw);
+void nsws_localhistory_close(struct gui_window *gw);
+
+/* creates localhistory window */
+struct nsws_localhistory * nsws_window_create_localhistory(struct gui_window *gw);
+
+nserror nsws_create_localhistory_class(HINSTANCE hinstance);
#endif