summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index 4f3721945..ee6e53a7f 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -40,11 +40,10 @@ nserror netsurf_register(struct netsurf_table *table);
/**
* Initialise netsurf core.
*
- * @param messages path to translation mesage file.
* @param store_path path to persistant storage.
* @return NSERROR_OK on success or error code on faliure.
*/
-nserror netsurf_init(const char *messages, const char *store_path);
+nserror netsurf_init(const char *store_path);
/**
* Finalise NetSurf core