From 83586911a0aa768ed196051950ebd8ffce37d467 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 31 Aug 2010 22:05:36 +0200 Subject: Added root_command_add() and use it to create the "otr" command. --- commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.h') 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 -- cgit v1.2.3