X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=9f349ee5353c6df5736db1cd2d9c2e115c933248;hp=4bbf494c869b6938b596dbf9dcf45b9613fbf924;hb=d80f5d3ac72591069728fd786d9a0fd96ccfd06f;hpb=439d8d00c44b61ea1d1eee9caca91ad71aae389e diff --git a/command.c b/command.c index 4bbf494c..9f349ee5 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