X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.h;h=d28db0389f01846d4b7bb0c9c37ff156028a2bbf;hb=0e75bc32026c5c43fa36e93e82d8b34f89342170;hp=e4159e6bda00131bf4a1ef6b5a46627c9f7d88b1;hpb=1745a87654ce08b57c46ce0870d8571eacbe27c9;p=paraslash.git diff --git a/command.h b/command.h index e4159e6b..d28db038 100644 --- a/command.h +++ b/command.h @@ -11,11 +11,9 @@ 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; - /** Whether to use the sideband API for this command. */ - bool use_sideband; }; /**