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