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

5 lines
139 B
Cython
Raw Normal View History

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