Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / msgq.h
index a66e3fc6020e40356fdaca8b6680cadc5331e9c2..ae92211096980258e262e8ccef2d3a4c60fdc604 100644 (file)
@@ -83,7 +83,6 @@ struct MsgQ {
  */
 extern void msgq_init(struct MsgQ *mq);
 extern void msgq_delete(struct MsgQ *mq, unsigned int length);
-extern const char *msgq_map(const struct MsgQ *mq, unsigned int *length_p);
 extern int msgq_mapiov(const struct MsgQ *mq, struct iovec *iov, int count,
                       unsigned int *len);
 extern struct MsgBuf *msgq_make(struct Client *dest, const char *format, ...);