Ignore:
Timestamp:
Aug 21, 2001, 7:29:38 PM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

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

    r97 r98  
    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
    812
    913#include "expat\xmltok.h"
     
    7377};
    7478
     79struct prolog_state;
     80typedef int EXPATENTRY FNHANDLER(struct prolog_state *state,
     81                      int tok,
     82                      const char *ptr,
     83                      const char *end,
     84                      const ENCODING *enc);
     85
    7586typedef 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;
    8188  unsigned level;
    8289#ifdef XML_DTD
Note: See TracChangeset for help on using the changeset viewer.