commit | 5cb5ab8d94a0715ba600b01377cf57531cc97f73 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Tue Dec 21 15:35:29 1999 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Tue Dec 21 15:35:29 1999 +0000 |
tree | 85cef5e55b46544c46ce3c6bbf8b28a93ea1900e | |
parent | f600e2537f838e9806e80572e8e62abc5ff05d98 [diff] [blame] |
- 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
diff --git a/xpath.h b/xpath.h index 505fa84..149b0be 100644 --- a/xpath.h +++ b/xpath.h
@@ -15,7 +15,7 @@ #include "tree.h" #ifdef __cplusplus -#define extern "C" { +extern "C" { #endif typedef struct xmlXPathParserContext *xmlXPathParserContextPtr;