home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
MAIL
/
MAILSEND.H
< prev
next >
Wrap
Text File
|
1992-11-21
|
1KB
|
22 lines
/*--------------------------------------------------------------------*/
/* m a i l s e n d . h */
/* */
/* Header file for UUPC functions for sending mail */
/* */
/* CHange history: */
/* */
/* 15 Sep 1990 Created ahd */
/*--------------------------------------------------------------------*/
boolean Send_Mail(FILE *datain,
int argc,
char *argv[],
char *subject,
const boolean resent);
boolean Collect_Mail(FILE *handle,
int argc,
char **argv,
const int current_msg,
const boolean reply);