aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-10 22:35:08 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-01-10 22:35:08 +0100
commit8e419cb4f86679636b2d96618e1bec4853636c11 (patch)
treeb7514f0bd06ce2a1f5290c53552c692698091d2b /commands.h
parent3e91c3ec7d6426c4c2819e78275f935e1a7fce2c (diff)
parentdd8d4c5243eea91dd3b0709ae76abdd3743e99bc (diff)
Merge Wilmer
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h6
1 files changed, 1 insertions, 5 deletions
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