summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-09-27 05:21:00 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-09-27 05:21:00 +0000
commit5802723281ef8b6672e1c3f0e76c9b2a42bd22f9 (patch)
treed288162056410f45622e5c9291821a610efa3ad7 /desktop/gui.h
parentebc39ef41fb0407a58a66b740b143f299c526e31 (diff)
downloadnetsurf-5802723281ef8b6672e1c3f0e76c9b2a42bd22f9.tar.gz
netsurf-5802723281ef8b6672e1c3f0e76c9b2a42bd22f9.tar.bz2
[project @ 2004-09-27 05:21:00 by jmb]
Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index fbb4f8525..1db455c6f 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -26,7 +26,7 @@ typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET,
#include "netsurf/desktop/browser.h"
void gui_init(int argc, char** argv);
-void gui_init2(void);
+void gui_init2(int argc, char** argv);
void gui_multitask(void);
void gui_poll(bool active);
void gui_quit(void);