Edit

kc3-lang/libxml2/error.h

Branch :

  • Show log

    Commit

  • Author : Raja R Harinath
    Date : 1998-08-20 21:52:38
    Hash : d2e3abde
    Message : New file. Contains prototyes from `error.c'. * error.h: New file. Contains prototyes from `error.c'.

  • error.h
  • #ifndef error_h_
    #define error_h_
    
    #include "parser.h"
    
    void xmlParserError(xmlParserCtxtPtr ctxt, const char *msg, ...);
    void xmlParserWarning(xmlParserCtxtPtr ctxt, const char *msg, ...);
    #endif