diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-13 18:33:55 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-13 18:33:55 +0000 |
| commit | ee761cc086a1cbee6dd705fece71cb004b215e21 (patch) | |
| tree | b683752eb1e6608f9b83e841361b4fcb163d816e /lib/command_match.h | |
| parent | ee551f4827cf861c84916726ceea0e3bb8afc46c (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.h | 14 |
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 */ |
