]> git.ipfire.org Git - thirdparty/iproute2.git/commit
utils: make local cmdline functions static
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 1 Jun 2023 17:08:09 +0000 (10:08 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Jun 2023 16:33:34 +0000 (09:33 -0700)
commitebe23249ce1eeedb3610890e4c0c0f52fb8341fe
tree264be78293d9391fed1cb48a78aca966b48b4981
parent709063e8368aeed56fd5775c10d33ca4dc8990a5
utils: make local cmdline functions static

No need to expose these parts of command line parsing.

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