summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-02 09:35:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-02 09:35:07 +0000
commitf959bee0d2b488f80c1f14e6940435466f52830e (patch)
treef010de1589c64a09a8e992b14abe0f1d766ae00d /protos.h
parentcde06330343329201736e4279180e969f896a7f2 (diff)
mutt_parse_date () shouldn't modify its argument. Problem noted by
Byrial Jensen.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 7aaf35b0..03ff4805 100644
--- a/protos.h
+++ b/protos.h
@@ -97,7 +97,7 @@ ATTACHPTR **mutt_gen_attach_list (BODY *, int, ATTACHPTR **, short *, short *, 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 *);
+time_t mutt_parse_date (const char *, HEADER *);
const char *mutt_attach_fmt (
char *dest,