uri.pxd 145 B

12345
  1. cdef extern from "libxml/uri.h" nogil:
  2. ctypedef struct xmlURI
  3. cdef xmlURI* xmlParseURI(char* str)
  4. cdef void xmlFreeURI(xmlURI* uri)