mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 22:55:10 +00:00
5 lines
139 B
Cython
5 lines
139 B
Cython
cdef extern from "libxml/uri.h":
|
|
ctypedef struct xmlURI
|
|
|
|
cdef xmlURI* xmlParseURI(char* str)
|
|
cdef void xmlFreeURI(xmlURI* uri)
|