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, 3 insertions, 0 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index bfb97c539..e25934234 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -28,6 +28,9 @@ extern const char * const netsurf_version;
extern const int netsurf_version_major;
extern const int netsurf_version_minor;
+extern void netsurf_init(int argc, char** argv);
+extern void netsurf_exit(void);
extern int netsurf_main(int argc, char** argv);
+extern int netsurf_main_loop(void);
#endif