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

- Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel

- Fixed bug #4344
- Fixed C++ problems in headers
- Released 1.8.1
Daniel
This commit is contained in:
Daniel Veillard
1999-12-18 15:32:46 +00:00
parent b24054a09a
commit f600e2537f
21 changed files with 576 additions and 394 deletions

View File

@@ -10,6 +10,10 @@
#define __HTML_PARSER_H__
#include "parser.h"
#ifdef __cplusplus
#define extern "C" {
#endif
/*
* Most of the back-end structures from XML and HTML are shared
*/
@@ -62,4 +66,8 @@ htmlDocPtr htmlSAXParseFile(const char *filename, const char *encoding,
htmlSAXHandlerPtr sax, void *userData);
htmlDocPtr htmlParseFile(const char *filename, const char *encoding);
#ifdef __cplusplus
}
#endif
#endif /* __HTML_PARSER_H__ */