]> jfr.im git - solanum.git/blobdiff - include/msg.h
Merge pull request #260 from FauxFaux/yesno-1
[solanum.git] / include / msg.h
index 34c69f82f7b5d60d66b48cb28a4e21204d3112bc..9035b3668c353c8a4eedd23e1373df04f20e4870 100644 (file)
@@ -54,7 +54,7 @@ typedef void (*MessageHandler) (struct MsgBuf *, struct Client *, struct Client
 struct MessageEntry
 {
        MessageHandler handler;
-       int min_para;
+       size_t min_para;
 };
 
 /* Message table structure */
@@ -85,7 +85,7 @@ extern void m_unregistered(struct MsgBuf *, struct Client *, struct Client *, in
 
 /*
  * m_functions execute protocol messages on this server:
- * void m_func(struct Client* client_p, struct Client* source_p, int parc, char* parv[]);
+ * void m_func(struct MsgBuf *, struct Client* client_p, struct Client* source_p, int parc, char* parv[]);
  *
  *    client_p    is always NON-NULL, pointing to a *LOCAL* client
  *            structure (with an open socket connected!). This