Mercurial > emacs
diff src/lisp.h @ 110302:fd8902911ce3
Add support for the libxml2 library.
This adds the html-parse-string and xml-parse-string functions in the
new file src/xml.c, as well as autoconf detection of the library.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Fri, 10 Sep 2010 18:44:35 +0200 |
parents | 470bed744331 |
children | 405e3949f580 |
line wrap: on
line diff
--- a/src/lisp.h Fri Sep 10 13:20:51 2010 +0200 +++ b/src/lisp.h Fri Sep 10 18:44:35 2010 +0200 @@ -3577,6 +3577,11 @@ EXFUN (Fmsdos_downcase_filename, 1); #endif +#ifdef HAVE_LIBXML2 +/* Defined in xml.c */ +extern void syms_of_xml (void); +#endif + #ifdef HAVE_MENUS /* Defined in (x|w32)fns.c, nsfns.m... */ extern int have_menus_p (void);