sched: Allow more than one running scheduler instance.
[paraslash.git] / command.h
index 347dd81ceedc753eb7f89a204ae5372ddb079dc7..fd879829de5683c1adeefe9b7a957df62d247a43 100644 (file)
--- 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. */