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