openmedialibrary_platform_d.../lib/python3.7/site-packages/lxml/includes/uri.pxd
2019-01-01 00:25:26 +01:00

5 lines
139 B
Cython

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