diff options
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); |
