]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
audiod: Force status dump every 5 seconds.
[paraslash.git] / command.c
index 4bbf494c869b6938b596dbf9dcf45b9613fbf924..9f349ee5353c6df5736db1cd2d9c2e115c933248 100644 (file)
--- 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