1/* $FreeBSD$ */
2
3#define	TTYMSG_IOV_MAX	32
4
5const char	*ttymsg(struct iovec *, int, const char *, int);
6