diff options
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 */ |
