wg-backend-django/dell-env/lib/python3.11/site-packages/lxml/includes/uri.pxd

6 lines
139 B
Cython
Raw Normal View History

2023-10-30 03:40:43 -04:00
cdef extern from "libxml/uri.h":
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)