summaryrefslogtreecommitdiffstats
path: root/Include/pyexpat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyexpat.h')
-rw-r--r--Include/pyexpat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/pyexpat.h b/Include/pyexpat.h
index 50ed49f..1e79f4e 100644
--- a/Include/pyexpat.h
+++ b/Include/pyexpat.h
@@ -16,8 +16,8 @@ struct PyExpat_CAPI
the end, if needed */
const XML_LChar * (*ErrorString)(enum XML_Error code);
enum XML_Error (*GetErrorCode)(XML_Parser parser);
- int (*GetErrorColumnNumber)(XML_Parser parser);
- int (*GetErrorLineNumber)(XML_Parser parser);
+ XML_Size (*GetErrorColumnNumber)(XML_Parser parser);
+ XML_Size (*GetErrorLineNumber)(XML_Parser parser);
enum XML_Status (*Parse)(
XML_Parser parser, const char *s, int len, int isFinal);
XML_Parser (*ParserCreate_MM)(