wg-backend-django/acer-env/lib/python3.10/site-packages/lxml/includes/uri.pxd

6 lines
139 B
Cython
Raw Normal View History

2022-11-30 03:58:16 -05:00
cdef extern from "libxml/uri.h":
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)