From b32800e33ec16f7c592fa09b1a8b1f30a2e9df77 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 19 Jun 2020 00:07:33 +0200 Subject: Add an addrstr to struct sockaddr_in46, rename to struct saddr --- proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy.h') diff --git a/proxy.h b/proxy.h index 838cbb5..8812fa6 100644 --- a/proxy.h +++ b/proxy.h @@ -25,6 +25,6 @@ void proxy_refdump(struct server_proxy *proxy); void proxy_delete(struct cfg *cfg, struct server_proxy *proxy); -struct server_proxy *proxy_new(struct cfg *cfg, struct server *scfg, struct sockaddr_in46 *client, int fd); +struct server_proxy *proxy_new(struct cfg *cfg, struct server *scfg, struct saddr *client, int fd); #endif -- cgit v1.2.3