repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed buffer overflow.
[agg.git]
/
expat.h
blob
e58a008a5d8f503c4976a626410bc7081ca56b8a
1
#ifndef AGG_EXPAT_H
2
#define AGG_EXPAT_H
3
4
#include <expat.h>
5
#include
"bool.h"
6
7
extern
bool
expat_use_text_buffer
;
8
9
void
expat_setup
(
XML_Parser
*);
10
11
#endif