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