diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-07 04:05:07 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-07 04:05:07 +0000 |
| commit | 1eb5e8dcd17d84959a46a2d837ae719fc8eb3516 (patch) | |
| tree | fb78e60a3278d4727ecf74874698cb21275ee0e9 /lib/command.h | |
| parent | 7a6ded40965d341456cdd5882c61ca4e22913c2b (diff) | |
lib: Continue matching system refactor
Most things back to working, all CLI units refactored
to use improved graph implementation.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h index 9a77d3b87c..6d0fb18061 100644 --- a/lib/command.h +++ b/lib/command.h @@ -573,7 +573,7 @@ extern void cmd_terminate (void); /* memory management for cmd_element */ void -free_cmd_element(struct cmd_element *); +del_cmd_element(struct cmd_element *); struct cmd_element * copy_cmd_element(struct cmd_element *cmd); |
