]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Turn "char *" into "const char *" for all command parser functions.
[i3/i3] / include / workspace.h
index 21ab18d69d5043e663312ce1141495410db0a88c..1bee64e08d5cf81f08612e90a76fb1bc8bc8cb6a 100644 (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);