RivaCube/rivaldi/lib/python3.11/site-packages/lxml/includes/uri.pxd
2025-02-04 19:31:18 +01:00

6 lines
145 B
Cython

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