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