proc-cmdline: make proc_cmdline_parse_given() static
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 22 Mar 2023 19:55:59 +0000 (04:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Mar 2023 06:20:05 +0000 (15:20 +0900)
commit2a6911bb1f8e2dbc0259957a8c9e79cc48399f88
tree5dcf45906c52e609468ecfdac97beb71ee3c258d
parent1479799c4dc0c9cb18508fa784ea218c27f3bcc9
proc-cmdline: make proc_cmdline_parse_given() static

It is used only in proc-cmdline.c and its test. And the test can be
covered by proc_cmdline_parse().
src/basic/proc-cmdline.c
src/basic/proc-cmdline.h
src/test/test-proc-cmdline.c