Commit c43a15d
committed
tlshd: Externally visible function definition with no forward declaration
There are no call sites of "usage()" outside of main.c, so make
it static.
Reported-by: Parfait 9.0 (#2141)
Fixes: 175030f ("fix handling of command like options")
Signed-off-by: Chuck Lever <[email protected]>1 parent 68985f5 commit c43a15d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments