1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

let's see how much of a pain murrayc is really gonna be. Daniel

* DOCBparser.c include/libxml/DOCBparser.h: let's see how much
  of a pain murrayc is really gonna be.
Daniel
This commit is contained in:
Daniel Veillard
2003-10-01 12:21:31 +00:00
parent f96cf4eccb
commit 3648fcb597
3 changed files with 18 additions and 12 deletions

View File

@@ -10,10 +10,11 @@
#define __DOCB_PARSER_H__
#include <libxml/xmlversion.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#ifndef IN_LIBXML
#warning "The DOCBparser module has been deprecated in libxml2-2.6.0"
#else
#endif
#ifdef __cplusplus
extern "C" {
#endif
@@ -81,6 +82,4 @@ XMLPUBFUN int XMLCALL
#ifdef __cplusplus
}
#endif
#endif /* IN_LIBXML */
#endif /* __DOCB_PARSER_H__ */