From 44d0f731c36661a192d0fb9d65822eebef7d0092 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 29 Nov 2015 17:20:27 -0500 Subject: Add framework for switching command sets This will allow the bar {} block to have a different command set (and also bar { colors { } }. --- include/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); * * Do not use this under normal conditions. */ -struct cmd_results *config_command(char *command); +struct cmd_results *config_command(char *command, enum cmd_status block); /** * Allocates a cmd_results object. -- cgit v1.2.3