X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=93c680583056d91e5c724a44d725e46724804ae2;hb=1cccf6fa93c251f8f2805aa5fb163741d851c051;hp=a50b38449e778f5bae170ed38225afd5243efe46;hpb=778af7a6c357d7c784e6e32781c06351cdff56a7;p=paraslash.git diff --git a/command.c b/command.c index a50b3844..93c68058 100644 --- a/command.c +++ b/command.c @@ -6,10 +6,15 @@ /** \file command.c Client authentication and server commands. */ +#include +#include #include #include #include #include +#include +#include +#include #include "para.h" #include "error.h" @@ -35,8 +40,8 @@ #include "signal.h" #include "version.h" -struct server_command afs_cmds[] = {DEFINE_AFS_CMD_ARRAY}; -struct server_command server_cmds[] = {DEFINE_SERVER_CMD_ARRAY}; +static struct server_command afs_cmds[] = {DEFINE_AFS_CMD_ARRAY}; +static struct server_command server_cmds[] = {DEFINE_SERVER_CMD_ARRAY}; /** Commands including options must be shorter than this. */ #define MAX_COMMAND_LEN 32768