X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=712904152d616d10b4aa8cfb2dda4f7baff34f30;hp=d4b6bead83681e9dbe0107d960384785991f602e;hb=a5074c20c3873e4a1fbfea551b07bd1c867a9def;hpb=f7f0722b06934cf83c08e60d805238478ada2699 diff --git a/protos.h b/protos.h index d4b6bea..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 *); @@ -203,7 +200,6 @@ void mutt_write_address_list (address_t * adr, FILE * fp, int linelen, int mutt_addwch (wchar_t); int mutt_alloc_color (int fg, int bg); int mutt_any_key_to_continue (const char *); -int mutt_builtin_editor (const char *, HEADER *, HEADER *); int mutt_can_decode (BODY *); int mutt_change_flag (HEADER *, int); int mutt_check_encoding (const char *);