PCQRSCANER/venv/Lib/site-packages/lxml/includes/uri.pxd

6 lines
139 B
Cython
Raw Normal View History

2019-12-22 21:51:47 +01:00
cdef extern from "libxml/uri.h":
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)