X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.h;h=d28db0389f01846d4b7bb0c9c37ff156028a2bbf;hb=3d986bb96e80823bccb013b6d72abe22c4911d51;hp=6d2202071c6b849fe37a9a69c30c21d09ff80ef0;hpb=650e5374914c1eb725ce7d2a720611bec22112bc;p=paraslash.git diff --git a/command.h b/command.h index 6d220207..d28db038 100644 --- a/command.h +++ b/command.h @@ -11,7 +11,7 @@ struct command_context { /** Argument vector. */ char **argv; /** The command being executed. */ - struct server_command *cmd; + const struct server_command *cmd; /** File descriptor and crypto keys. */ struct stream_cipher_context scc; };