Remove typedef from list.h

This commit is contained in:
Willem Toorop 2013-11-03 16:05:10 -08:00
parent e7cc8eb150
commit abd82025f6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct getdns_list_item {
* The use cases do not justify working too hard at shrinking the structures.
* Indexes are 0 based.
*/
typedef struct getdns_list {
struct getdns_list {
int numalloc;
int numinuse;
struct getdns_list_item *items;