home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / UPC2S1.ZIP / MAILSEND.H < prev    next >
Text File  |  1992-11-21  |  1KB  |  22 lines

  1. /*--------------------------------------------------------------------*/
  2. /* m a i l s e n d . h                                                */
  3. /*                                                                    */
  4. /* Header file for UUPC functions for sending mail                    */
  5. /*                                                                    */
  6. /* CHange history:                                                    */
  7. /*                                                                    */
  8. /*    15 Sep 1990   Created                                       ahd */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. boolean Send_Mail(FILE *datain,
  12.                int argc,
  13.                char *argv[],
  14.                char *subject,
  15.                const boolean resent);
  16.  
  17. boolean Collect_Mail(FILE *handle,
  18.                   int argc,
  19.                   char **argv,
  20.                   const int current_msg,
  21.                   const boolean reply);
  22.