X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=9c98cf62a3bdb233155ef2a970d0982f26d7d2a1;hp=0cdd0e609c907ccb1cb8e58b0502413f86079ce6;hb=2cfb78331c33cb74c6abf357e8221604c3c9ec47;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/server.h b/server.h index 0cdd0e60..9c98cf62 100644 --- a/server.h +++ b/server.h @@ -17,7 +17,7 @@ struct server_command { /** the name of the command */ const char *name; /** pointer to the function that handles the command */ - int (*handler)(int, int, char **); + int (*handler)(int, int, char * const * const); /** the privileges a user must have to execute this command */ unsigned int perms; /** one-line description of the command */