openmedialibrary_platform/Darwin/lib/python3.5/site-packages/lxml/includes/uri.pxd

5 lines
139 B
Cython

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