summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index bfdb647ff..aa1796f7c 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -28,8 +28,14 @@ extern const char * const netsurf_version;
extern const int netsurf_version_major;
extern const int netsurf_version_minor;
+/** Initialise netsurf core */
nserror netsurf_init(const char *messages);
-extern void netsurf_exit(void);
+
+/** Run primary event loop */
extern int netsurf_main_loop(void);
+/** finalise NetSurf core */
+extern void netsurf_exit(void);
+
+
#endif