Changeset 98 for trunk/include/expat/xmlrole.h
- Timestamp:
- Aug 21, 2001, 7:29:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/expat/xmlrole.h
r97 r98 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 well 8 12 9 13 #include "expat\xmltok.h" … … 73 77 }; 74 78 79 struct prolog_state; 80 typedef int EXPATENTRY FNHANDLER(struct prolog_state *state, 81 int tok, 82 const char *ptr, 83 const char *end, 84 const ENCODING *enc); 85 75 86 typedef struct prolog_state { 76 int (*handler)(struct prolog_state *state, 77 int tok, 78 const char *ptr, 79 const char *end, 80 const ENCODING *enc); 87 FNHANDLER *handler; 81 88 unsigned level; 82 89 #ifdef XML_DTD
Note:
See TracChangeset
for help on using the changeset viewer.