cdef extern from "libxml/uri.h" nogil: | |
ctypedef struct xmlURI | |
cdef xmlURI* xmlParseURI(char* str) | |
cdef void xmlFreeURI(xmlURI* uri) | |
cdef extern from "libxml/uri.h" nogil: | |
ctypedef struct xmlURI | |
cdef xmlURI* xmlParseURI(char* str) | |
cdef void xmlFreeURI(xmlURI* uri) | |