Jellyfin(8096), OrbStack(8097) 포트 충돌으로 변경. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
145 B
Cython
6 lines
145 B
Cython
cdef extern from "libxml/uri.h" nogil:
|
|
ctypedef struct xmlURI
|
|
|
|
cdef xmlURI* xmlParseURI(char* str)
|
|
cdef void xmlFreeURI(xmlURI* uri)
|