X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=7b3d6faf90849a92ecbafb98538f277cfef5b02a;hp=0a76f68ee03dfeadf2d48e0b5065594caecbfef0;hb=4c4ceadaa1b111905ee9927c22eafcfc02f321f9;hpb=b82f3288a37831f34bc7563eac316ba6879fd529 diff --git a/command.c b/command.c index 0a76f68e..7b3d6faf 100644 --- a/command.c +++ b/command.c @@ -554,7 +554,7 @@ out: } EXPORT_SERVER_CMD_HANDLER(stat); -const char *aux_info_cb(unsigned cmd_num, bool verbose) +static const char *aux_info_cb(unsigned cmd_num, bool verbose) { static char result[80]; unsigned perms = server_command_perms[cmd_num];