From: Baptiste Assmann Date: Thu, 4 May 2017 10:13:31 +0000 (+0200) Subject: CLEANUP: server.c: missing prototype of srv_free_dns_resolution X-Git-Tag: v1.8-dev2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d41fe7f98d7a5bd38b642ffa4fcc27b51a8820e;p=thirdparty%2Fhaproxy.git CLEANUP: server.c: missing prototype of srv_free_dns_resolution Prototype for the function srv_free_dns_resolution() missing at the top of the file. --- diff --git a/src/server.c b/src/server.c index 85da083517..17f84f3c82 100644 --- a/src/server.c +++ b/src/server.c @@ -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 = {