diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
commit | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (patch) | |
tree | 780917a289058c7d05e893a8a1b3dc88d4a7030f /src/LYMail.h | |
parent | bff0a2c0390cf1536254ea168d2581cc9550325f (diff) | |
download | lynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz |
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'src/LYMail.h')
-rw-r--r-- | src/LYMail.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/LYMail.h b/src/LYMail.h index 9d93d0e1..5bb5e8ac 100644 --- a/src/LYMail.h +++ b/src/LYMail.h @@ -29,29 +29,29 @@ extern BOOLEAN term_letter; -extern BOOLEAN LYSystemMail NOPARAMS; -extern BOOLEAN LYMailPMDF NOPARAMS; -extern FILE *LYPipeToMailer NOPARAMS; -extern int LYSendMailFile PARAMS(( +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 PARAMS(( - CONST char * mailto_address, - CONST char * mailto_subject, - CONST char * mailto_content, - CONST char * mailto_type)); -extern void mailmsg PARAMS(( + 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 PARAMS(( + char * linkname); +extern void reply_by_mail ( char * mail_address, char * filename, - CONST char * title, - CONST char * refid)); + const char * title, + const char * refid); #endif /* LYMAIL_H */ |