Mark functions as static in the network abstractions
commit83b6f4ac045b21c9cd79ac795f548f9a5cd72cff
authorAlberto Bertogli <albertito@gmail.com>
Sun, 1 Jun 2008 04:33:07 +0000 (1 01:33 -0300)
committerAlberto Bertogli <albertito@gmail.com>
Sun, 1 Jun 2008 04:34:42 +0000 (1 01:34 -0300)
tree2f01e22d13361b0f3f93c463cc9d0f5340112926
parenta43aaaebd9b67b95d811f2189aac936ef298ed5c
Mark functions as static in the network abstractions

There is no need to export these functions, because they're not used
by name outside their respective files. Use via function pointers is not
affected by this.

Caught by sparse.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>
nmdb/sctp.c
nmdb/tcp.c
nmdb/tipc.c
nmdb/udp.c