X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=d44db3de9e4b9d822b79e45dd2f960a4b6722fb9;hp=b10189a645924b95ca0eea35e401694b38c040b2;hb=a4b9983ca0d2e7654b552c3648792cff279bdf9a;hpb=8b89861e79d1b2e8ddcc54ea4d89957d6d10ebe6 diff --git a/protos.h b/protos.h index b10189a..d44db3d 100644 --- a/protos.h +++ b/protos.h @@ -34,8 +34,6 @@ CONTENT *mutt_get_content_info (const char *fname, BODY * b); int mutt_cmp_header (const HEADER*, const HEADER*); -int is_from (const char *, char *, ssize_t, time_t *); - ssize_t _mutt_expand_path(char *, ssize_t, const char *, int); #define mutt_expand_path(s, n) _mutt_expand_path((s), (n), (s), 0)