X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=acad95dae435955a1d9566ad9d337876418ad340;hp=9093cead6f5e878ee13efe4460b23044acc33e38;hb=408bb2f4e5bd18dc15627f1cd5dc6ffb741a08b6;hpb=70e9ad0d77eb1c2d7ef76afdba6825de75d5599f diff --git a/protos.h b/protos.h index 9093cea..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 *); @@ -131,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 *);