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