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

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

/* @(#)src/transports/tcpsmtp.h	1.2 24 Oct 1990 05:26:05 */

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

/*
 * tcpsmtp.h:
 *	Interface file for transport driver in tcpsmtp.c.
 */

/* structure for tcpsmtp driver's private data */
struct tcpsmtp_private {
    unsigned short_timeout;		/* timeout for short SMTP commands */
    unsigned long_timeout;		/* normal SMTP read timeout */
    char *service;			/* service port for SMTP */
};

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