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