summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-09 10:56:29 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-09 10:56:29 +0000
commitd14cde0551555a555bb3f7c05d7f9f686ed4eab9 (patch)
treeca868d99be2e21d6221d466231edd723964138be /protos.h
parentb30843024bde249179b594ceff7e42d659474e6e (diff)
- remove the static declaration from parse_date() in parse.c,
- rename it to mutt_parse_date() - fix a minor bug: the timezone information in an expires-header was used to set the timezone of the send time. (From Byrial Jensen <byrial@post3.tele.dk>.)
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index 72f8c966..3f33b3eb 100644
--- a/protos.h
+++ b/protos.h
@@ -95,6 +95,7 @@ ATTACHPTR **mutt_gen_attach_list (BODY *, ATTACHPTR **, short *, short *, int, i
time_t mutt_local_tz (void);
time_t mutt_mktime (struct tm *, int);
time_t is_from (const char *, char *, size_t);
+time_t mutt_parse_date (char *, HEADER *);
const char *mutt_attach_fmt (
char *dest,