summaryrefslogtreecommitdiff
path: root/src/lxml/include/uri.pxd
blob: 2b6bb79f35a41407b46b9bf58b5910add086b621 (plain)
1
2
3
4
5
cdef extern from "libxml/uri.h":
    ctypedef struct xmlURI

    cdef xmlURI* xmlParseURI(char* str)
    cdef void xmlFreeURI(xmlURI* uri)