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