about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_ac.h')
-rw-r--r--src/command/cmd_ac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index b294fcd5..637ebcf6 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -48,6 +48,7 @@ void cmd_ac_add_alias(ProfAlias *alias);
 void cmd_ac_add_alias_value(char *value);
 
 void cmd_ac_remove(const char *const value);
+void cmd_ac_remove_help(const char *const value);
 void cmd_ac_remove_alias_value(char *value);
 
 gboolean cmd_ac_exists(char *cmd);