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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index ef715310..ceab49b2 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -47,7 +47,7 @@ gboolean cmd_ac_exists(char* cmd);
 
 void cmd_ac_add(const char* const value);
 void cmd_ac_add_help(const char* const value);
-void cmd_ac_add_cmd(Command* command);
+void cmd_ac_add_cmd(const Command* command);
 void cmd_ac_add_alias(ProfAlias* alias);
 void cmd_ac_add_alias_value(char* value);