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

6 lines
139 B
Cython
Raw Normal View History

2016-02-06 09:36:57 +00:00
cdef extern from "libxml/uri.h":
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)