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