Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / h / mhparse.h
index bef3f4f..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    */
@@ -271,12 +267,10 @@ extern struct str2init str2methods[];
 /*
 ** prototypes
 */
-int pidcheck (int);
-CT parse_mime (char *);
-int add_header (CT, char *, char *);
-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 */
+int pidcheck(int);
+CT parse_mime(char *);
+int add_header(CT, char *, char *);
+int get_ctinfo(unsigned char *, CT, int);
+int params_external(CT, int);
+int open7Bit(CT, char **);
+void close_encoding(CT);