X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=44b7cbb42218b0604e5a266088c9359c359d9b76;hp=6d23e83fa55554d42e9f64431c6832342de495db;hb=2a0e5679311c156ba6e559336f80ec0077f4c571;hpb=69bd7df1ce9e5c6a64b5128f85c1f91912d2f510 diff --git a/protos.h b/protos.h index 6d23e83..44b7cbb 100644 --- a/protos.h +++ b/protos.h @@ -81,6 +81,7 @@ int mutt_cmp_param (const PARAMETER * p1, const PARAMETER * p2); int mutt_cmp_body (const BODY * b1, const BODY * b2); time_t mutt_decrease_mtime (const char *, struct stat *); +void mutt_set_mtime (const char*, const char*); time_t mutt_local_tz (time_t); time_t mutt_mktime (struct tm *, int); time_t mutt_parse_date (const char *, HEADER *);