Ignore:
Timestamp:
Aug 12, 2001, 5:34:51 PM (24 years ago)
Author:
umoeller
Message:

XML updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/expat/xmlrole.h

    r38 r97  
    66#ifndef XmlRole_INCLUDED
    77#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
    128
    139#include "expat\xmltok.h"
     
    7874
    7975typedef struct prolog_state {
    80   int (* EXPATENTRY handler)(struct prolog_state *state,
    81                            int tok,
    82                            const char *ptr,
    83                            const char *end,
    84                            const ENCODING *enc);
     76  int (*handler)(struct prolog_state *state,
     77             int tok,
     78         const char *ptr,
     79         const char *end,
     80         const ENCODING *enc);
    8581  unsigned level;
    8682#ifdef XML_DTD
Note: See TracChangeset for help on using the changeset viewer.