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