frappe_docker/frappe-bench/env/lib/python2.7/site-packages/lxml/includes/uri.pxd
2017-07-31 15:51:51 +05:30

5 lines
139 B
Cython

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