haproxy/contrib/iprange
Ryan O'Hara 957d12028e CONTRIB: iprange: Fix compiler warning in iprange.c
The declaration of main() in iprange.c did not specify a type, causing
a compiler warning [-Wimplicit-int]. This patch simply declares main()
to be type 'int' and calls exit(0) at the end of the function.
2017-12-20 09:36:58 +01:00
..
Makefile
iprange.c CONTRIB: iprange: Fix compiler warning in iprange.c 2017-12-20 09:36:58 +01:00