ZTWHHH's picture
Add files using upload-large-folder tool
10e7f12 verified
cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)