From 64f607760bc27a745ee8946c2425349360424564 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 23 Mar 2014 11:33:32 +0000 Subject: add backing store storage path to browser initialisation --- 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 60ec57845..6c6a22a86 100644 --- a/desktop/netsurf.h +++ b/desktop/netsurf.h @@ -43,7 +43,7 @@ nserror netsurf_register(struct netsurf_table *table); * @param messages path to translation mesage file. * @return NSERROR_OK on success or error code on faliure. */ -nserror netsurf_init(const char *messages); +nserror netsurf_init(const char *messages, const char *store_path); /** * Run event loop. -- cgit v1.2.3