]> git.sur5r.net Git - i3/i3/commit
Turn "char *" into "const char *" for all command parser functions. 1965/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 27 Sep 2015 21:42:58 +0000 (23:42 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 28 Sep 2015 12:24:08 +0000 (14:24 +0200)
commit6cd6f43d09397f0a5ac32cdeba9681f1166afa76
tree4c1855a806e316f3c82c7ad24d4b5f222fe90c7f
parentc7ca6e1b413484cc7dacffd1a71a682175762b4c
Turn "char *" into "const char *" for all command parser functions.
include/commands.h
include/startup.h
include/workspace.h
src/commands.c
src/commands_parser.c
src/startup.c
src/workspace.c