Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files.

This commit is contained in:
Eric Haszlakiewicz
2017-12-06 23:56:23 -05:00
parent 8c82f0e5c3
commit d582d3ae5a
4 changed files with 4 additions and 15 deletions

View File

@@ -32,6 +32,7 @@ struct printbuf {
int bpos;
int size;
};
typedef struct printbuf printbuf;
extern struct printbuf*
printbuf_new(void);