]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
commit9d41fe7f98d7a5bd38b642ffa4fcc27b51a8820e
tree45cee33cf31b00ba9d6732395f4cbb994632386b
parent23e9e931284b44e9d06cca26ab13648873b4029b
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.
src/server.c