ftp.nice.ch/pub/next/unix/mail/smail3.1.20.s.tar.gz#/smail3.1.20/src/routers/smarthost.h

This is smarthost.h in view mode; [Download] [Up]

/* @(#)src/routers/smarthost.h	1.2 24 Oct 1990 05:24:55 */

/*
 *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
 * 
 * See the file COPYING, distributed with smail, for restriction
 * and warranty information.
 */

/*
 * smarthost.h:
 *	interface file for smarthost driver.
 */

/* private information stored per router file entry */
struct smarthost_private {
    char *path;				/* path from the localhost */
    char *host;				/* next_host to get to smarthost */
    char *route;			/* route from next_host to smarthost */
};

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.