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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user