mirror of
https://github.com/json-c/json-c.git
synced 2026-04-06 05:49: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:
@@ -32,6 +32,7 @@ struct printbuf {
|
||||
int bpos;
|
||||
int size;
|
||||
};
|
||||
typedef struct printbuf printbuf;
|
||||
|
||||
extern struct printbuf*
|
||||
printbuf_new(void);
|
||||
|
||||
Reference in New Issue
Block a user