X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=712904152d616d10b4aa8cfb2dda4f7baff34f30;hp=95fa29529ded480e48e7d1f86441c731ac5c503b;hb=a5074c20c3873e4a1fbfea551b07bd1c867a9def;hpb=a8808601c98c76ec8344c8e4ba5a607d72c2805e diff --git a/protos.h b/protos.h index 95fa295..7129041 100644 --- a/protos.h +++ b/protos.h @@ -86,8 +86,6 @@ 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 *); int is_from (const char *, char *, size_t, time_t *); @@ -160,7 +158,6 @@ void mutt_message_to_7bit (BODY *, FILE *); #define mutt_mktemp(a) _mutt_mktemp (a, __FILE__, __LINE__) void _mutt_mktemp (char *, const char *, int); -void mutt_normalize_time (struct tm *); void mutt_paddstr (int, const char *); void mutt_parse_mime_message (CONTEXT * ctx, HEADER *); void mutt_parse_part (FILE *, BODY *);