X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=3d40023f119efc91f446011ae89381790567547f;hp=a50b38449e778f5bae170ed38225afd5243efe46;hb=6bcd10bc4ada11a04bc2b7425afe5a8855592cd2;hpb=778af7a6c357d7c784e6e32781c06351cdff56a7 diff --git a/command.c b/command.c index a50b3844..3d40023f 100644 --- a/command.c +++ b/command.c @@ -35,8 +35,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