home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / unix / SOUPER95.ZIP / source / smtp.h < prev    next >
Text File  |  1996-01-03  |  197b  |  8 lines

  1. /* $Id: smtp.h 1.2 1995/01/05 13:20:09 cthuang Exp $
  2.  *
  3.  * SMTP client declarations
  4.  */
  5. int smtpConnect(void);
  6. void smtpClose(int socket);
  7. int smtpMail(int socket, FILE *inf, size_t bytes);
  8.