summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
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);