Changeset 97 for trunk/include/expat/xmlrole.h
- Timestamp:
- Aug 12, 2001, 5:34:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/expat/xmlrole.h
r38 r97 6 6 #ifndef XmlRole_INCLUDED 7 7 #define XmlRole_INCLUDED 1 8 9 #include "expat\expat_setup.h"10 // V0.9.9 (2001-02-10) [umoeller]11 // to save the app from having to include this as well12 8 13 9 #include "expat\xmltok.h" … … 78 74 79 75 typedef struct prolog_state { 80 int (* EXPATENTRYhandler)(struct prolog_state *state,81 82 83 84 76 int (*handler)(struct prolog_state *state, 77 int tok, 78 const char *ptr, 79 const char *end, 80 const ENCODING *enc); 85 81 unsigned level; 86 82 #ifdef XML_DTD
Note:
See TracChangeset
for help on using the changeset viewer.