X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=d28db0389f01846d4b7bb0c9c37ff156028a2bbf;hp=6d2202071c6b849fe37a9a69c30c21d09ff80ef0;hb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540 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; };