X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=acad95dae435955a1d9566ad9d337876418ad340;hp=570166c9ab8416b92787fc70d6eb4c5fec9cdd4f;hb=408bb2f4e5bd18dc15627f1cd5dc6ffb741a08b6;hpb=fcaada9d60ee8f52bbc8503c06fe061ca9e2fa68 diff --git a/protos.h b/protos.h index 570166c..acad95d 100644 --- a/protos.h +++ b/protos.h @@ -38,7 +38,6 @@ CONTENT *mutt_get_content_info (const char *fname, BODY * b); int mutt_cmp_header (const HEADER*, const HEADER*); -time_t mutt_decrease_mtime (const char *, struct stat *); int is_from (const char *, char *, ssize_t, time_t *); const char *mutt_charset_hook (const char *); @@ -67,7 +66,6 @@ void mutt_display_address (ENVELOPE *); void mutt_edit_content_type (HEADER *, BODY *, FILE *); void mutt_edit_headers (const char *, const char *, HEADER *, char *, ssize_t); void mutt_enter_command (void); -void mutt_expand_file_fmt (char *, ssize_t, const char *, const char *); void mutt_fix_reply_recipients (ENVELOPE * env); void mutt_folder_hook (char *); void mutt_forward_intro (FILE * fp, HEADER * cur); @@ -132,7 +130,6 @@ int mutt_invoke_mta (address_t *, address_t *, address_t *, address_t *, const c int mutt_is_list_cc (int, address_t *, address_t *); int mutt_is_list_recipient (int, address_t *, address_t *); int mutt_lookup_mime_type (BODY *, const char *); -int mutt_match_spam_list (const char *, rx_t *, char *, int); int mutt_num_postponed (int); int mutt_parse_bind (BUFFER *, BUFFER *, unsigned long, BUFFER *); int mutt_parse_exec (BUFFER *, BUFFER *, unsigned long, BUFFER *);