openmedialibrary_platform_d.../lib/python3.5/site-packages/lxml/includes/uri.pxd
2016-02-06 15:06:57 +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)