typedefs at one place only

This commit is contained in:
Willem Toorop 2014-10-15 21:00:57 +02:00
parent ee316741ac
commit 02ea4ae82b
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
#include "getdns/getdns.h"
#include "getdns/getdns_extra.h"
struct getdns_context;
typedef struct getdns_upstreams getdns_upstreams;
struct getdns_upstreams;
/**
@ -224,8 +224,8 @@ typedef struct getdns_dns_req
struct mem_funcs my_mf;
/* Stuff for stub resolving */
getdns_upstreams *upstreams;
size_t ns_index;
struct getdns_upstreams *upstreams;
size_t ns_index;
} getdns_dns_req;