summaryrefslogtreecommitdiff
path: root/lib/command_match.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-09-13 18:33:55 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-09-13 18:33:55 +0000
commitee761cc086a1cbee6dd705fece71cb004b215e21 (patch)
treeb683752eb1e6608f9b83e841361b4fcb163d816e /lib/command_match.h
parentee551f4827cf861c84916726ceea0e3bb8afc46c (diff)
lib: Move string completions out of command_match.c
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command_match.h')
-rw-r--r--lib/command_match.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/command_match.h b/lib/command_match.h
index 2bb0790337..728d9c1d95 100644
--- a/lib/command_match.h
+++ b/lib/command_match.h
@@ -92,18 +92,4 @@ command_complete (struct graph *cmdgraph,
vector vline,
struct list **completions);
-
-/**
- * Compiles possible completions for a given line of user input.
- *
- * @param[in] start the start node of the DFA to match against
- * @param[in] vline vectorized input string
- * @param[in] completions vector to fill with string completions
- * @return matcher status
-enum matcher_rv
-command_complete_str (struct graph *cmdgraph,
- vector vline,
- vector completions);
-
- */
#endif /* _ZEBRA_COMMAND_MATCH_H */