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