]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: server.c: missing prototype of srv_free_dns_resolution
authorBaptiste Assmann <bedis9@gmail.com>
Thu, 4 May 2017 10:13:31 +0000 (12:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 09:18:28 +0000 (11:18 +0200)
Prototype for the function srv_free_dns_resolution() missing at the top
of the file.

src/server.c

index 85da083517c47ed8337febdc11f9280f863a3183..17f84f3c82e2a310f9132b6565d303c17a618071 100644 (file)
@@ -47,6 +47,7 @@
 static void srv_update_state(struct server *srv, int version, char **params);
 static int srv_apply_lastaddr(struct server *srv, int *err_code);
 static int srv_set_fqdn(struct server *srv, const char *fqdn);
+static void srv_free_dns_resolution(struct server *srv);
 
 /* List head of all known server keywords */
 static struct srv_kw_list srv_keywords = {