]> jfr.im git - solanum.git/blobdiff - include/msg.h
Remove Windows support
[solanum.git] / include / msg.h
index 3709163a173784a6eb8a9a0f4e7be80360672bd2..4039d97d92afbe6b45ed0df8e06368b77074e236 100644 (file)
@@ -67,7 +67,7 @@ struct Message
        unsigned int flags;
 
        /* handlers:
-        * UNREGISTERED, CLIENT, RCLIENT, SERVER, OPER, LAST
+        * UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER
         */
        struct MessageEntry handlers[LAST_HANDLER_TYPE];
 };
@@ -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