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