diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-29 17:20:27 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-29 17:20:27 -0500 |
commit | 44d0f731c36661a192d0fb9d65822eebef7d0092 (patch) | |
tree | 048edcf393917a15c2c7287eb21f94257374a227 /include | |
parent | 4f89735fc4d33cb19d97fba253708da8dfe14210 (diff) |
Add framework for switching command sets
This will allow the bar {} block to have a different command set (and
also bar { colors { } }.
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 2 |
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); * * 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. |