home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_libxml.idb / usr / freeware / include / gnome-xml / xml-error.h.z / xml-error.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  173 b   |  9 lines

  1. #ifndef error_h_
  2. #define error_h_
  3.  
  4. #include "parser.h"
  5.  
  6. void xmlParserError(void *ctx, const char *msg, ...);
  7. void xmlParserWarning(void *ctx, const char *msg, ...);
  8. #endif
  9.