xref: /freebsd/usr.bin/wall/ttymsg.h (revision 54dfc97b0bd99f1c3bcbb37357cf28cd81a7cf00)
1 /* $FreeBSD$ */
2 
3 #define	TTYMSG_IOV_MAX	32
4 
5 const char	*ttymsg(struct iovec *, int, const char *, int);
6