X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmhparse.h;h=af9b8caac7fa6949c057ecd3228a1412b6ee2fff;hp=71c3563dab7f939babce36386db08b30d7fc47a7;hb=31dc797eb5178970d68962ca8939da3fd9a8efda;hpb=85efd688c798fc782567d3f9c283064a01d5c9fe diff --git a/h/mhparse.h b/h/mhparse.h index 71c3563..af9b8ca 100644 --- a/h/mhparse.h +++ b/h/mhparse.h @@ -99,10 +99,6 @@ struct Content { CE c_cefile; /* structure holding decoded content */ int c_encoding; /* internal flag for encoding type */ - /* Content-MD5 info */ - int c_digested; /* have we seen this header before? */ - unsigned char c_digest[16]; /* decoded MD5 checksum */ - /* pointers to content-specific structures */ void *c_ctparams; /* content type specific data */ struct exbody *c_ctexbody; /* data for type message/external */ @@ -278,5 +274,3 @@ int get_ctinfo(unsigned char *, CT, int); int params_external(CT, int); int open7Bit(CT, char **); void close_encoding(CT); - -extern int checksw; /* Add Content-MD5 field */