Files
prosody-podman/tests/venv2/lib/python3.11/site-packages/lxml/includes/uri.pxd
T
2026-08-02 18:57:40 +02: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)