mirror of https://github.com/getdnsapi/getdns.git
And another little typedef fix
This commit is contained in:
parent
abd82025f6
commit
2d1ad47f07
|
@ -61,7 +61,7 @@ struct getdns_list {
|
||||||
int numalloc;
|
int numalloc;
|
||||||
int numinuse;
|
int numinuse;
|
||||||
struct getdns_list_item *items;
|
struct getdns_list_item *items;
|
||||||
} getdns_list;
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue