aboutsummaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index f291e7cb..52d56e4a 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -41,7 +41,7 @@ struct cmd_results *handle_command(char *command);
41 * 41 *
42 * Do not use this under normal conditions. 42 * Do not use this under normal conditions.
43 */ 43 */
44struct cmd_results *config_command(char *command); 44struct cmd_results *config_command(char *command, enum cmd_status block);
45 45
46/** 46/**
47 * Allocates a cmd_results object. 47 * Allocates a cmd_results object.