command_handler_t: make cmd parameter const
authorZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 08:10:25 +0000 (00:10 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 18:55:27 +0000 (10:55 -0800)
commitcc63d6e72b49dd01706c4d768c1f9bb91db2ae1d
treebd32aadb9ac6a12e088bcce101f37004828aa124
parentd22270e0ed291d3b08fd03a25181b279ca5e0911
command_handler_t: make cmd parameter const

Prevents the command name from being modified in command handlers.
Again, this has cascading effects, but the patches are fairly minimal.
src/helper/command.h