summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h2
1 files changed, 1 insertions, 1 deletions
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.