diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2006-06-14 16:23:02 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2006-06-14 16:23:02 +0000 |
commit | af9557fdd1de47bcfff61cccba2930e93ec4e69b (patch) | |
tree | 6f072dad611b3ce7872008bf9d66b23a34c28039 /contrib/sendmail/src/headers.c | |
parent | 4e4196cb7454f47341efebe4e0a17f1b8cd534c7 (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/src/headers.c')
-rw-r--r-- | contrib/sendmail/src/headers.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sendmail/src/headers.c b/contrib/sendmail/src/headers.c index 96d6e558b24f..8a142d20576a 100644 --- a/contrib/sendmail/src/headers.c +++ b/contrib/sendmail/src/headers.c @@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: headers.c,v 8.290 2006/02/25 02:16:52 ca Exp $") +SM_RCSID("@(#)$Id: headers.c,v 8.291 2006/03/24 01:01:56 ca Exp $") static HDR *allocheader __P((char *, char *, int, SM_RPOOL_T *)); static size_t fix_mime_header __P((HDR *, ENVELOPE *)); @@ -1542,7 +1542,7 @@ crackaddr(addr, e) ** flags -- MIME conversion flags. ** ** Returns: -** success +** true iff header part was written successfully ** ** Side Effects: ** none. @@ -1810,7 +1810,7 @@ putheader(mci, hdr, e, flags) ** mci -- the connection info for output ** ** Returns: -** success +** true iff header was written successfully */ static bool @@ -1871,7 +1871,7 @@ put_vanilla_header(h, v, mci) ** e -- the envelope containing the message. ** ** Returns: -** success +** true iff header field was written successfully ** ** Side Effects: ** outputs "p" to file "fp". |