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 1dc4834c2..bfb97c539 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -22,9 +22,12 @@
#include <stdbool.h>
extern bool netsurf_quit;
+extern bool netsurf_embedded;
extern bool verbose_log;
extern const char * const netsurf_version;
extern const int netsurf_version_major;
extern const int netsurf_version_minor;
+extern int netsurf_main(int argc, char** argv);
+
#endif