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