HubobelsPython/venv/lib/python3.9/site-packages/lxml/includes/uri.pxd
2022-01-02 21:50:48 +01:00

5 lines
139 B
Cython

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