diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-07 01:13:29 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-07 01:13:29 -0400 |
commit | d326f24d169154673717129098ff4554a673f178 (patch) | |
tree | 7229f817b10bcdb82f8df2b6af3a3acc792a762d /src/LYMail.h | |
parent | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (diff) | |
download | lynx-snapshots-d326f24d169154673717129098ff4554a673f178.tar.gz |
snapshot of project "lynx", label v2-8-6dev_3
Diffstat (limited to 'src/LYMail.h')
-rw-r--r-- | src/LYMail.h | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/src/LYMail.h b/src/LYMail.h index 5bb5e8ac..b9baf792 100644 --- a/src/LYMail.h +++ b/src/LYMail.h @@ -29,29 +29,25 @@ extern BOOLEAN term_letter; -extern BOOLEAN LYSystemMail (void); -extern BOOLEAN LYMailPMDF (void); -extern FILE *LYPipeToMailer (void); -extern int LYSendMailFile ( - char * the_address, - char * the_filename, - char * the_subject, - char * the_ccaddr, - char * message); -extern void mailform ( - const char * mailto_address, - const char * mailto_subject, - const char * mailto_content, - const char * mailto_type); -extern void mailmsg ( - int cur, - char * owner_address, - char * filename, - char * linkname); -extern void reply_by_mail ( - char * mail_address, - char * filename, - const char * title, - const char * refid); +extern BOOLEAN LYSystemMail(void); +extern BOOLEAN LYMailPMDF(void); +extern FILE *LYPipeToMailer(void); +extern int LYSendMailFile(char *the_address, + char *the_filename, + char *the_subject, + char *the_ccaddr, + char *message); +extern void mailform(const char *mailto_address, + const char *mailto_subject, + const char *mailto_content, + const char *mailto_type); +extern void mailmsg(int cur, + char *owner_address, + char *filename, + char *linkname); +extern void reply_by_mail(char *mail_address, + char *filename, + const char *title, + const char *refid); #endif /* LYMAIL_H */ |