summaryrefslogtreecommitdiff
path: root/windows/localhistory.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:51:53 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commitf0a4422701fe3a216e20468bcc07faf8571fc528 (patch)
treea54c4731aac05f95e7eb809a9a4bae2325301d60 /windows/localhistory.h
parentac70da346ceb71f4e588e6645e320c8a69742365 (diff)
downloadnetsurf-f0a4422701fe3a216e20468bcc07faf8571fc528.tar.gz
netsurf-f0a4422701fe3a216e20468bcc07faf8571fc528.tar.bz2
Update windows frontend to cope with split operations table headers
Diffstat (limited to 'windows/localhistory.h')
-rw-r--r--windows/localhistory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/localhistory.h b/windows/localhistory.h
index 4f1920dbd..b0ad07491 100644
--- a/windows/localhistory.h
+++ b/windows/localhistory.h
@@ -25,7 +25,7 @@ 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);
+struct nsws_localhistory *nsws_window_create_localhistory(struct gui_window *gw);
nserror nsws_create_localhistory_class(HINSTANCE hinstance);