aboutsummaryrefslogtreecommitdiffstats
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);
4717extern char *get_keysym_name (int); 4717extern char *get_keysym_name (int);
4718#endif /* HAVE_WINDOW_SYSTEM */ 4718#endif /* HAVE_WINDOW_SYSTEM */
4719 4719
4720#ifdef HAVE_NS
4721extern int emacs_main (int, char **);
4722#endif
4723
4720/* Defined in xml.c. */ 4724/* Defined in xml.c. */
4721extern void syms_of_xml (void); 4725extern void syms_of_xml (void);
4722#ifdef HAVE_LIBXML2 4726#ifdef HAVE_LIBXML2