aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-31 22:05:36 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-31 22:05:36 +0200
commit83586911a0aa768ed196051950ebd8ffce37d467 (patch)
treea4a942ca4cbc0dc6ea2dae9ac469feb2286d4cb6 /commands.h
parentad2d8bccb2a27688845d87b59eddff976ade5ef7 (diff)
Added root_command_add() and use it to create the "otr" command.
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