Turn "char *" into "const char *" for all command parser functions.

This commit is contained in:
Ingo Bürk
2015-09-27 23:42:58 +02:00
parent c7ca6e1b41
commit 6cd6f43d09
7 changed files with 86 additions and 87 deletions

View File

@ -194,4 +194,4 @@ Con *workspace_encapsulate(Con *ws);
* This returns true if and only if moving the workspace was successful.
*
*/
bool workspace_move_to_output(Con *ws, char *output);
bool workspace_move_to_output(Con *ws, const char *output);