aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 0817b983f..f32a03466 100644
--- a/src/command.c
+++ b/src/command.c
@@ -131,8 +131,8 @@ struct _CommandEntry {
CommandListHandlerFunction listHandler;
};
-char *current_command = NULL;
-int command_listNum = 0;
+static char *current_command = NULL;
+static int command_listNum = 0;
static CommandEntry *getCommandEntryFromString(char *string, int *permission);