]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tipc/cmdl.c
tipc: make cmd_find static
[mirror_iproute2.git] / tipc / cmdl.c
index 4a2f4fd92f4816f52465ded2e65f642b3f36e8a7..f2f259cc5320730c40cb92860471ecb5a89731c8 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "cmdl.h"
 
-const struct cmd *find_cmd(const struct cmd *cmds, char *str)
+static const struct cmd *find_cmd(const struct cmd *cmds, char *str)
 {
        const struct cmd *c;
        const struct cmd *match = NULL;