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