]> git.sur5r.net Git - i3/i3/commit
Turn "char *" into "const char *" for all command parser functions.
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 27 Sep 2015 21:42:58 +0000 (23:42 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 28 Oct 2015 20:56:17 +0000 (21:56 +0100)
commit27535398f5635dbc9a0a0732b2d150ab091e80ad
tree2ecc4e53e7bda729d1265eced0c5275bd8b5ac09
parent9978050d91f93f116427df3335afd49fd0637488
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