X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=a7fa4673c696fe52f79bcb17dd4ca2a10ae720f9;hp=0265f056d999ff1322b639493ad5503bc847dd6e;hb=bab99bab677988723afe14a7d680e6d5cc7ddda4;hpb=594aec07b3b0511754129be74a8d643c38e1ae77 diff --git a/command.h b/command.h index 0265f056..a7fa4673 100644 --- a/command.h +++ b/command.h @@ -3,7 +3,7 @@ /** Per connection data available to command handlers. */ struct command_context { /** The paraslash user that executes this command. */ - struct user *u; + const struct user *u; /** File descriptor and crypto keys. */ struct stream_cipher_context scc; };