]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: make all xxx_new_static() static
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Mar 2019 04:19:53 +0000 (13:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2019 02:59:18 +0000 (11:59 +0900)
commit9560e5b3235e30eea2873e507d27ed00331d838c
treea7becc54b3f000e435f99a7d1f64334e270644f2
parentfa7cd7117ff2158c4d175b0321a0c0393cc4e3ec
network: make all xxx_new_static() static

These functions are called from only config parsers, and the parsers are
in the same files. So, let's make them static.
src/network/networkd-address.c
src/network/networkd-address.h
src/network/networkd-fdb.c
src/network/networkd-fdb.h
src/network/networkd-ipv6-proxy-ndp.c
src/network/networkd-ipv6-proxy-ndp.h
src/network/networkd-radv.c
src/network/networkd-radv.h
src/network/networkd-route.c
src/network/networkd-route.h