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