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