From 7e563ed9a130cce070753f011158ef0714c58d46 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 4 Jan 2006 13:09:07 +0100 Subject: Moved root_command functions to commands.c --- commands.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index b878f211..806126e6 100644 --- a/commands.h +++ b/commands.h @@ -28,8 +28,6 @@ #include "bitlbee.h" -/* Hmm... Linked list? Plleeeeaaase?? ;-) */ - typedef struct command_t { char *command; @@ -57,8 +55,6 @@ int cmd_qlist( irc_t *irc, char **cmd ); int cmd_import_buddies( irc_t *irc, char **cmd ); int cmd_dump( irc_t *irc, char **cmd ); - - -extern command_t commands[]; +extern const command_t commands[]; #endif -- cgit v1.2.3