]> jfr.im git - solanum.git/blobdiff - include/msg.h
Add BlindSight to the credits
[solanum.git] / include / msg.h
index 0adc9a84c47f065e76c137d72e5d429e6f850dc3..3709163a173784a6eb8a9a0f4e7be80360672bd2 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef INCLUDED_msg_h
 #define INCLUDED_msg_h
 
-#include "config.h"
+#include "defaults.h"
 #include "msgbuf.h"
 
 struct Client;
@@ -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 */