X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=8f5e2dd1d180993a7e3cd4f6cf2b4640ac9edb73;hb=9ca668fd7277ef4d330c647cfc5947673e199077;hp=0a76f68ee03dfeadf2d48e0b5065594caecbfef0;hpb=d6a87acd98b9e451d488e31b92cdae7673c30ac6;p=paraslash.git diff --git a/command.c b/command.c index 0a76f68e..8f5e2dd1 100644 --- a/command.c +++ b/command.c @@ -6,10 +6,7 @@ #include #include #include -#include -#include #include -#include #include #include @@ -22,7 +19,6 @@ #include "command.h" #include "string.h" #include "afh.h" -#include "afs.h" #include "net.h" #include "server.h" #include "list.h" @@ -554,7 +550,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];