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