Changeset 38 for trunk/include/expat/xmltok.h
- Timestamp:
- Feb 17, 2001, 3:03:14 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/expat/xmltok.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/expat/xmltok.h
r36 r38 6 6 #ifndef XmlTok_INCLUDED 7 7 #define XmlTok_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 #ifdef __cplusplus … … 154 158 const char *); 155 159 void (* EXPATENTRY updatePosition)(const ENCODING *, 156 const char *ptr,157 const char *end,158 POSITION *);160 const char *ptr, 161 const char *end, 162 POSITION *); 159 163 int (* EXPATENTRY isPublicId)(const ENCODING *enc, 160 164 const char *ptr,
Note:
See TracChangeset
for help on using the changeset viewer.
