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