mcabber/src/commands.c
changeset 94 9a4aa2797f02
parent 81 0bd578421ce9
child 95 9e6b7897ec37
--- a/mcabber/src/commands.c	Mon Apr 18 19:27:16 2005 +0000
+++ b/mcabber/src/commands.c	Tue Apr 19 20:09:54 2005 +0000
@@ -27,6 +27,15 @@
 #include "utils.h"
 
 
+// Command structure
+typedef struct {
+  char name[32];
+  char *help;       // ?
+  guint completion_flags;
+  void *(*func)();
+} cmd;
+
+
 //  send_message(msg)
 // Write the message in the buddy's window and send the message on
 // the network.