This commit is contained in:
M. Stoeckl 2018-08-26 00:15:41 +00:00 committed by GitHub
commit 64283197e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 131 additions and 57 deletions

View file

@ -51,7 +51,7 @@ struct cmd_handler *find_handler(char *line, struct cmd_handler *cmd_handlers,
/**
* Parse and executes a command.
*/
struct cmd_results *execute_command(char *command, struct sway_seat *seat);
struct cmd_results *execute_command(const char *command, struct sway_seat *seat);
/**
* Parse and handles a command during config file loading.
*