summaryrefslogtreecommitdiffstats
path: root/Modules/expat/xmltok.h
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-08-03 07:06:22 (GMT)
committerFred Drake <fdrake@acm.org>2004-08-03 07:06:22 (GMT)
commit31d485c0f5e817d37dbbfb86fdea66027866ce84 (patch)
tree583cec0c25aa78f17ffea778e886b65c4b291b04 /Modules/expat/xmltok.h
parent70fcdb8be0ef544432b8bd48a0abd0475f0fb778 (diff)
downloadcpython-31d485c0f5e817d37dbbfb86fdea66027866ce84.zip
cpython-31d485c0f5e817d37dbbfb86fdea66027866ce84.tar.gz
cpython-31d485c0f5e817d37dbbfb86fdea66027866ce84.tar.bz2
update to Expat 1.95.8
Diffstat (limited to 'Modules/expat/xmltok.h')
-rw-r--r--Modules/expat/xmltok.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/expat/xmltok.h b/Modules/expat/xmltok.h
index 3d776be..1ecd05f 100644
--- a/Modules/expat/xmltok.h
+++ b/Modules/expat/xmltok.h
@@ -281,7 +281,8 @@ int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
int XmlSizeOfUnknownEncoding(void);
-typedef int (*CONVERTER)(void *userData, const char *p);
+
+typedef int (XMLCALL *CONVERTER) (void *userData, const char *p);
ENCODING *
XmlInitUnknownEncoding(void *mem,