X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=protos.h;h=44b7cbb42218b0604e5a266088c9359c359d9b76;hb=6ae7bf50506bd40e5469719299464bdf5bc867bd;hp=6d23e83fa55554d42e9f64431c6832342de495db;hpb=e4ebc9b0ae5de07d53d8b0ecf594244e1bc44d0a;p=apps%2Fmadmutt.git 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 *);