]> git.proxmox.com Git - mirror_iproute2.git/commit
tc/util: make local functions static
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Nov 2018 22:36:36 +0000 (14:36 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Nov 2018 19:42:44 +0000 (11:42 -0800)
commit9455bec52aa3e730cd58e5a73f1698040b61de12
treecf89db6fdd8070c17c0a0a8211da83afd6085924
parent33043dfc9cdaf056a2cf9accfbf1087e80a993f6
tc/util: make local functions static

The tc util library parse/print has functions only used locally
(and some dead code removed).

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/tc_util.c
tc/tc_util.h