]> git.tuebingen.mpg.de Git - paraslash.git/commit - command.h
command: Make struct command_context->cmd_ptr const.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 5 Jan 2015 03:28:58 +0000 (03:28 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Apr 2015 13:30:47 +0000 (13:30 +0000)
commit38de4128737b8d86c637d5d0edc7cffd74666bdc
tree49843394167e446709a9195d7ed3712988356c63
parent684067afcc372644a7d000e7093549d6aa7597e9
command: Make struct command_context->cmd_ptr const.

The fields of struct server command never need to be modified so they
can be const.
command.c
command.h