Initial commit.
[agg.git] / expat.h
blobe58a008a5d8f503c4976a626410bc7081ca56b8a
1 #ifndef AGG_EXPAT_H
2 #define AGG_EXPAT_H
4 #include <expat.h>
5 #include "bool.h"
7 extern bool expat_use_text_buffer;
9 void expat_setup(XML_Parser*);
11 #endif