CLEANUP: resolvers: remove duplicate func prototype

dns_dgram_init() function prototype was found in both resolvers and dns
header files, but it should belong to the dns header file, so the
duplicate entry was simply removed.
This commit is contained in:
Aurelien DARRAGON 2023-12-04 16:02:14 +01:00 committed by Christopher Faulet
parent ab6fef4882
commit 4fe0cca305

View File

@ -60,7 +60,6 @@ int stats_dump_resolvers(struct stconn *sc,
struct list *stat_modules);
void resolv_stats_clear_counters(int clrall, struct list *stat_modules);
int resolv_allocate_counters(struct list *stat_modules);
int dns_dgram_init(struct dns_nameserver *ns, struct sockaddr_storage *sk);
int resolvers_create_default();
#endif // _HAPROXY_RESOLVER_H