Added array_list_del_idx and json_object_array_del_idx

This commit is contained in:
Mark Swoope
2015-04-02 14:05:27 -07:00
parent 68d856f618
commit cdca9d3c8e
4 changed files with 34 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ extern void* array_list_bsearch(const void **key,
struct array_list *arr,
int (*sort_fn)(const void *, const void *));
extern int
array_list_del_idx(struct array_list *arr, int i, int count);
#ifdef __cplusplus
}