Files
ansible/lib/python3.10/site-packages/lxml/includes/uri.pxd
2023-02-08 12:13:28 +01: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)