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