X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=fd879829de5683c1adeefe9b7a957df62d247a43;hp=347dd81ceedc753eb7f89a204ae5372ddb079dc7;hb=4a4d8f266a79275d7b2c902dc69b5ec8d46406b2;hpb=03d45daad787b8f2ced3070e80c4550bf4b02931 diff --git a/command.h b/command.h index 347dd81c..fd879829 100644 --- a/command.h +++ b/command.h @@ -7,7 +7,7 @@ struct server_command { /** The name of the command. */ const char *name; /** Pointer to the function that handles the command. */ - int (*handler)(struct rc4_context *, int, char * const * const); + int (*handler)(struct stream_cipher_context *, int, char * const * const); /** The privileges a user must have to execute this command. */ unsigned int perms; /** One-line description of the command. */