Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / s_user.h
index 274bf4a6511b517a07a922dba8805c56003a3c18..e91de32a7f12adcafc325982b1cf367dba8907e8 100644 (file)
@@ -14,6 +14,7 @@ struct Client;
 struct User;
 struct Gline;
 struct Channel;
+struct MsgBuf;
 
 /*
  * Macros
@@ -49,7 +50,7 @@ struct Channel;
 
 extern struct SLink *opsarray[];
 
-typedef char* (*InfoFormatter)(struct Client* who, char* buf);
+typedef void (*InfoFormatter)(struct Client* who, struct MsgBuf* buf);
 
 /*
  * Prototypes