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

- Updated HTML test outputs

- Fixed taht f....g problem with C++ and includes,
Daniel
This commit is contained in:
Daniel Veillard
1999-12-15 19:08:23 +00:00
parent 3dbfdca44a
commit 82c305b6ec
2 changed files with 4 additions and 4 deletions

4
tree.h
View File

@ -10,13 +10,13 @@
#ifndef __XML_TREE_H__
#define __XML_TREE_H__
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
/*
* The different element types carried by an XML tree
*