Files
2024-12-09 18:22:38 +09:00

6 lines
145 B
Cython

cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)