From 1502b08925c227152c3064b221af7a5659ac00cc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 27 May 2013 00:32:08 +0100 Subject: move option init out of netsurf_init --- desktop/netsurf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/netsurf.h') diff --git a/desktop/netsurf.h b/desktop/netsurf.h index 10c1e00e3..bfdb647ff 100644 --- a/desktop/netsurf.h +++ b/desktop/netsurf.h @@ -28,7 +28,7 @@ extern const char * const netsurf_version; extern const int netsurf_version_major; extern const int netsurf_version_minor; -nserror netsurf_init(int *argc, char ***argv, const char *options, const char *messages); +nserror netsurf_init(const char *messages); extern void netsurf_exit(void); extern int netsurf_main_loop(void); -- cgit v1.2.3