X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=44b7cbb42218b0604e5a266088c9359c359d9b76;hp=27f829c740e02c07bd5fb6b644ee3ddd8aa1c82d;hb=40dd9fd7dc4b67d43d056aef865b79624ac6bc70;hpb=e83dbdbc6200a71981d06773869cd0492f81f16c diff --git a/protos.h b/protos.h index 27f829c..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 *); @@ -214,7 +215,7 @@ int mutt_complete (char *, size_t); int mutt_copy_body (FILE *, BODY **, BODY *); int mutt_display_message (HEADER * h); -int mutt_dump_variables (void); +int mutt_dump_variables (int full); int mutt_edit_message (CONTEXT *, HEADER *); int mutt_fetch_recips (ENVELOPE * out, ENVELOPE * in, int flags); int mutt_chscmp (const char *s, const char *chs);