Update headers

This commit is contained in:
2022-06-06 23:47:26 +03:00
parent c17edda61c
commit 9a34d1d71f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ ssize_t libcdsb_array_get(val_t* x, arr_t* s, ssize_t i, _Bool cut) {
/*#####################################################################################################################*/
int libcdsb_array_foreach(vtype_array* x, int (*callback)(void* value, ssize_t index, vtype type)) {
int libcdsb_array_foreach(const vtype_array* x, int (*callback)(void* value, ssize_t index, vtype type)) {
void* p;
void* e;