openmedialibrary_platform_w.../Lib/site-packages/lxml/includes/uri.pxd
2016-01-31 20:14:46 +05:30

5 lines
139 B
Cython

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