mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
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:
parent
ab6fef4882
commit
4fe0cca305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user