home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft95 / News / souper95 / smtp.h < prev    next >
Encoding:
Text File  |  1996-01-02  |  197 b   |  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.