mirror of https://github.com/getdnsapi/getdns.git
Remove typedef from list.h
This commit is contained in:
parent
e7cc8eb150
commit
abd82025f6
|
@ -57,7 +57,7 @@ struct getdns_list_item {
|
||||||
* The use cases do not justify working too hard at shrinking the structures.
|
* The use cases do not justify working too hard at shrinking the structures.
|
||||||
* Indexes are 0 based.
|
* Indexes are 0 based.
|
||||||
*/
|
*/
|
||||||
typedef struct getdns_list {
|
struct getdns_list {
|
||||||
int numalloc;
|
int numalloc;
|
||||||
int numinuse;
|
int numinuse;
|
||||||
struct getdns_list_item *items;
|
struct getdns_list_item *items;
|
||||||
|
|
Loading…
Reference in New Issue