mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
- release 1.8.2 - HTML handling improvement - new tree handling functions
- release 1.8.2 - HTML handling improvement - new tree handling functions - default namespace on attribute bug fixed - libxml use for C++ fixed (for good this time !) Daniel
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "tree.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define extern "C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
extern void xmlDebugDumpString(FILE *output, const xmlChar *str);
|
||||
extern void xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth);
|
||||
|
Reference in New Issue
Block a user