openmedialibrary_platform_w.../Lib/site-packages/lxml/includes/uri.pxd

6 lines
139 B
Cython
Raw Normal View History

2016-01-31 14:44:46 +00:00
cdef extern from "libxml/uri.h":
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)