openmedialibrary_platform/Darwin/lib/python3.4/site-packages/lxml/includes/uri.pxd

5 lines
139 B
Cython
Raw Normal View History

2013-10-11 19:28:32 +02:00
cdef extern from "libxml/uri.h":
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)