]> git.proxmox.com Git - mirror_iproute2.git/commit
lib/utils: make local functions static
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Nov 2018 22:36:20 +0000 (14:36 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Nov 2018 19:42:44 +0000 (11:42 -0800)
commitb8795a320846eb6165d8bfdf6bb3a27e2a151302
treef7f745d2f8e4b6db54d16567b71f5edfc77fcd0f
parent07b20a61979c76b21eff6b872d87ade506bdc531
lib/utils: make local functions static

Some of the print/parsing is only used internally.
Drop unused get_s8/get_s16.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/utils.h
lib/utils.c