home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / souper15.zip / SOURCE / SMTP.H < prev    next >
Text File  |  1996-05-18  |  197b  |  8 lines

  1. /* $Id: smtp.h 1.1 1996/05/18 21:14:49 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.