uri.pxd 139 B

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