diff options
Diffstat (limited to 'lib/command_graph.h')
| -rw-r--r-- | lib/command_graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h index e6d49f2f56..11cea9bd42 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -111,6 +111,7 @@ extern void cmd_token_del (struct cmd_token *); extern void cmd_token_varname_set(struct cmd_token *token, const char *varname); extern void cmd_graph_parse (struct graph *graph, struct cmd_element *cmd); +extern void cmd_graph_names (struct graph *graph); extern void cmd_graph_merge (struct graph *old, struct graph *new, int direction); #endif /* _FRR_COMMAND_GRAPH_H */ |
