diff mcabber/src/commands.h @ 1059:875d2c9d399c

Code cleanup Fix some prototypes.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 30 Nov 2006 20:48:01 +0100
parents 90ff94f0fbbb
children c30c315dc447
line wrap: on
line diff
--- a/mcabber/src/commands.h	Thu Nov 30 19:51:09 2006 +0100
+++ b/mcabber/src/commands.h	Thu Nov 30 20:48:01 2006 +0100
@@ -8,7 +8,7 @@
   char name[32];
   const char *help;
   guint completion_flags[2];
-  void (*func)();
+  void (*func)(char *);
 } cmd;
 
 void cmd_init(void);