diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pyexpat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pyexpat.h b/Include/pyexpat.h index 5340ef5..168b5b2 100644 --- a/Include/pyexpat.h +++ b/Include/pyexpat.h @@ -43,6 +43,8 @@ struct PyExpat_CAPI XML_Parser parser, XML_UnknownEncodingHandler handler, void *encodingHandlerData); void (*SetUserData)(XML_Parser parser, void *userData); + void (*SetStartDoctypeDeclHandler)(XML_Parser parser, + XML_StartDoctypeDeclHandler start); /* always add new stuff to the end! */ }; |