mirror of
https://github.com/json-c/json-c.git
synced 2026-03-28 01:19:07 +08:00
Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files.
This commit is contained in:
@@ -33,6 +33,7 @@ struct array_list
|
||||
size_t size;
|
||||
array_list_free_fn *free_fn;
|
||||
};
|
||||
typedef struct array_list array_list;
|
||||
|
||||
extern struct array_list*
|
||||
array_list_new(array_list_free_fn *free_fn);
|
||||
|
||||
Reference in New Issue
Block a user