wg-backend-django/acer-env/lib/python3.10/site-packages/lxml/includes/uri.pxd
2022-11-30 15:58:16 +07:00

6 lines
139 B
Cython

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