Remove "Static" keyword from pipex(4) layer.
authormvs <mvs@openbsd.org>
Mon, 25 Jul 2022 08:28:42 +0000 (08:28 +0000)
committermvs <mvs@openbsd.org>
Mon, 25 Jul 2022 08:28:42 +0000 (08:28 +0000)
commitc02a3381eafd16c0cc03913a02f342b02aeae912
tree17ffc546c46edc8d1ac65c0ba594a099b0231a3c
parent4ead40c16e478c3ab68ef6ad9fa07fb0414bd5a7
Remove "Static" keyword from pipex(4) layer.

We don't use "static" keyword for functions declaration to allow ddb(4)
debug. Also, many "Static" functions are called by pppx(4) layer outside
pipex(4) layer.

This is the mostly mechanic diff, except the `pipex_pppoe_padding' which
should be "static const".

ok bluhm@ yasuoka@
sys/net/pipex.c