SRI-NOSC/ncpd/hstlnk.h


/*	hstlnk.h	*/

struct	hostlink		/* host and link structure */
{
	char	hl_host;
	char	hl_link;
};