summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/extern.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-01-02 16:44:13 +0000
committerjoerg <joerg@FreeBSD.org>1998-01-02 16:44:13 +0000
commit00289accda875898bb2dc93c3681d29d455634b9 (patch)
treec5616b133fbc09fe9fe5be1eed1d4fb141ca377f /usr.bin/mail/extern.h
parent197f0b69d78a1b5722ee9fea48afbe26936aa5f2 (diff)
downloadFreeBSD-src-00289accda875898bb2dc93c3681d29d455634b9.zip
FreeBSD-src-00289accda875898bb2dc93c3681d29d455634b9.tar.gz
Teach boring old mail(1) about the use of the REPLYTO environment
variable which is de-facto standard for MUAs. Teach bomail to generate an in-reply-to header so threading MUAs and mail->news gateways won't lose context. While i was at it, removed two gratuitous standard violations for functions starting with an underscore.
Diffstat (limited to 'usr.bin/mail/extern.h')
-rw-r--r--usr.bin/mail/extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h
index 508e281..24b7608 100644
--- a/usr.bin/mail/extern.h
+++ b/usr.bin/mail/extern.h
@@ -77,8 +77,8 @@ int More __P((int *));
int Pclose __P((FILE *));
int Respond __P((int *));
int Type __P((int *));
-int _Respond __P((int []));
-int _respond __P((int *));
+int doRespond __P((int []));
+int dorespond __P((int *));
void alter __P((char *));
int alternates __P((char **));
void announce __P((void));
@@ -162,7 +162,7 @@ void load __P((char *));
struct var *
lookup __P((char []));
int mail __P((struct name *,
- struct name *, struct name *, struct name *, char *));
+ struct name *, struct name *, struct name *, char *, char *));
void mail1 __P((struct header *, int));
void makemessage __P((FILE *));
void mark __P((int));
OpenPOWER on IntegriCloud