From 8fb2a95981deb64065a8593c9c33b3f930aadc3c Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 9 Jun 2020 11:29:03 +0200 Subject: Rename server_set_idle to server_set_idle_timeout --- server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.h') diff --git a/server.h b/server.h index 2e431dc..3c32844 100644 --- a/server.h +++ b/server.h @@ -49,7 +49,7 @@ bool server_add_remote(struct cfg *cfg, struct server *scfg, bool server_add_local(struct cfg *cfg, struct server *scfg, struct sockaddr_in46 *local); -bool server_set_idle(struct cfg *cfg, struct server *scfg, uint16_t timeout); +bool server_set_idle_timeout(struct cfg *cfg, struct server *scfg, uint16_t timeout); bool server_set_port(struct cfg *cfg, struct server *scfg, uint16_t port); -- cgit v1.2.3