diff mcabber/src/commands.h @ 104:fe7257d251ac

[/trunk] Changeset 118 by mikael * Commands are ready. Callback system in place. * Implement /roster callback :) * Completion is case-insensitive (good idea??)
author mikael
date Thu, 21 Apr 2005 20:22:35 +0000
parents 2b4cc6bc5bf2
children 8e30b2bb380e
line wrap: on
line diff
--- a/mcabber/src/commands.h	Thu Apr 21 19:38:23 2005 +0000
+++ b/mcabber/src/commands.h	Thu Apr 21 20:22:35 2005 +0000
@@ -8,7 +8,7 @@
   char name[32];
   const char *help;
   guint completion_flags[2];
-  void *(*func)();
+  void (*func)();
 } cmd;
 
 void cmd_init(void);