wg-backend-django/dell-env/lib/python3.11/site-packages/lxml/includes/uri.pxd
2023-10-30 14:40:43 +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)