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