Diff for /XML/debugXML.h between versions 1.5 and 1.6

version 1.5, 1999/12/18 14:58:00 version 1.6, 1999/12/21 13:33:05
Line 10 Line 10
 #include "tree.h"  #include "tree.h"
   
 #ifdef __cplusplus  #ifdef __cplusplus
 #define extern "C" {  extern "C" {
 #endif  #endif
 extern void xmlDebugDumpString(FILE *output, const xmlChar *str);  extern void xmlDebugDumpString(FILE *output, const xmlChar *str);
 extern void xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth);  extern void xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth);

Removed from v.1.5  
changed lines
  Added in v.1.6


Webmaster