Cleanup addon to `mhbuild: Removed support for message/external-body'.
[mmh] / h / mhparse.h
index 9d31c4a..af9b8ca 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** mhparse.h -- definitions for parsing/building of MIME content
-**           -- (mhparse.c/mhbuildsbr.c)
+**           -- (mhparse.c/mhbuild.c)
 */
 
 #define NPARTS  50
@@ -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 */