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

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