X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=69fecddff42ee23bef8cfdf308e66849785a12df;hp=e06e44f2d38a27f7bb1a138bb24e107ff24062ce;hb=a9d22903ab440da5d0b4d994d9de49ff2cf663d4;hpb=e83ad1be25aefea3ed21ec08edbaf2d5a72c4a9d diff --git a/protos.h b/protos.h index e06e44f..69fecdd 100644 --- a/protos.h +++ b/protos.h @@ -99,6 +99,13 @@ LIST *mutt_parse_references (char *, int); ENVELOPE *mutt_read_rfc822_header (FILE *, HEADER *, short, short); HEADER *mutt_dup_header (HEADER *); +int mutt_cmp_header (const HEADER*, const HEADER*); +int mutt_cmp_addr (const ADDRESS * a, const ADDRESS * b); +int mutt_cmp_list (const LIST * a, const LIST * b); +int mutt_cmp_env (const ENVELOPE * e1, const ENVELOPE * e2); +int mutt_cmp_param (const PARAMETER * p1, const PARAMETER * p2); +int mutt_cmp_body (const BODY * b1, const BODY * b2); + #if USE_HCACHE void *mutt_hcache_open (const char *path, const char *folder); void mutt_hcache_close (void *db);