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