that's too much!
This commit is contained in:
6
.venv/lib/python3.12/site-packages/fiona/_csl.pxd
Normal file
6
.venv/lib/python3.12/site-packages/fiona/_csl.pxd
Normal file
@@ -0,0 +1,6 @@
|
||||
# String API functions.
|
||||
|
||||
cdef extern from "cpl_string.h":
|
||||
char ** CSLAddNameValue (char **list, char *name, char *value)
|
||||
char ** CSLSetNameValue (char **list, char *name, char *value)
|
||||
void CSLDestroy (char **list)
|
||||
Reference in New Issue
Block a user