X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=a7fa4673c696fe52f79bcb17dd4ca2a10ae720f9;hp=0265f056d999ff1322b639493ad5503bc847dd6e;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=fe3d9cd155b5eac8706015854c343440823e12da 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; };