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