summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index a379977d353..34d97a8efc9 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -4717,6 +4717,10 @@ extern void syms_of_xterm (void);
extern char *get_keysym_name (int);
#endif /* HAVE_WINDOW_SYSTEM */
+#ifdef HAVE_NS
+extern int emacs_main (int, char **);
+#endif
+
/* Defined in xml.c. */
extern void syms_of_xml (void);
#ifdef HAVE_LIBXML2