]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ip_common.h
ip_common.h header cleanup
authorPhil Sutter <phil@nwl.cc>
Fri, 6 Nov 2015 17:54:08 +0000 (18:54 +0100)
committerStephen Hemminger <shemming@brocade.com>
Mon, 23 Nov 2015 23:44:03 +0000 (15:44 -0800)
commitf7b49a3fc7701c2b0cd11e30a64f9b9fea766c2c
treec46dfeb22c4a39b6fa0cecc4bd51c8a16786fd81
parent23d6c997d9e199c83cd57fce343ba7d6ad2c587b
ip_common.h header cleanup

- Drop 'extern' keyword from all function prototypes.
- Make line breaking of print_* functions consistent.
- Make print_ntable() and ipntable_reset_filter() static and remove
  their declaration.
- Drop declaration of non-existent ipaddr_list() and iproute_monitor().

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/ip_common.h
ip/ipntable.c