projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6fef4
)
CLEANUP: resolvers: remove duplicate func prototype
author
Aurelien DARRAGON
<adarragon@haproxy.com>
Mon, 4 Dec 2023 15:02:14 +0000
(16:02 +0100)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Thu, 21 Dec 2023 13:22:27 +0000
(14:22 +0100)
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.
include/haproxy/resolvers.h
patch
|
blob
|
history
diff --git
a/include/haproxy/resolvers.h
b/include/haproxy/resolvers.h
index
5d4c744
..
70dd097
100644
(file)
--- a/
include/haproxy/resolvers.h
+++ b/
include/haproxy/resolvers.h
@@
-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