diff options
author | taiyu <taiyu.len@gmail.com> | 2015-09-08 10:27:09 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-09-08 10:27:09 -0700 |
commit | aa22dc31132fb7ef504bc90a03a14cc122fcc4e1 (patch) | |
tree | 24bf819a50ae2ff908ca68fd8f32868a7de39ecb /include | |
parent | fd6d06ff610687ce65b64e2be4e8262f64391a90 (diff) |
var replacement changes
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index 8fb0c1d8..e521306c 100644 --- a/include/commands.h +++ b/include/commands.h @@ -15,6 +15,8 @@ struct cmd_handler { struct cmd_handler *find_handler(char *line); bool handle_command(char *command); +// Handles commands during config +bool config_command(char *command); void remove_view_from_scratchpad(); |