summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-08 13:44:53 -0500
committerGitHub <noreply@github.com>2017-02-08 13:44:53 -0500
commit10c7cd3920b0105a009dae138a481f56473bc463 (patch)
tree061c082c167150c7b24d1a16021efc2abc31fcab /lib/command.h
parente6b737294a80af25060216cbf91b13f2c3a617b4 (diff)
parent8ac885457f9a16032fcc157488c0b0ea48a686c1 (diff)
Merge pull request #185 from opensourcerouting/coverity-lib-1
Coverity foo
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h
index 8986703708..04bba9e412 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -410,7 +410,6 @@ extern int argv_find (struct cmd_token **argv, int argc, const char *text, int *
extern vector cmd_make_strvec (const char *);
extern void cmd_free_strvec (vector);
-extern char *cmd_concat_strvec (vector);
extern vector cmd_describe_command (vector, struct vty *, int *status);
extern char **cmd_complete_command (vector, struct vty *, int *status);
extern const char *cmd_prompt (enum node_type);