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