aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 38572360..03b4ee7f 100644
--- a/commands.h
+++ b/commands.h
@@ -36,7 +36,7 @@ typedef struct command
int flags;
} command_t;
-extern const command_t commands[];
+extern command_t root_commands[];
#define IRC_CMD_PRE_LOGIN 1
#define IRC_CMD_LOGGED_IN 2