mhparse add support for CRLF
[mmh] / h / mhparse.h
index 782ab51..1ff37bf 100644 (file)
@@ -91,6 +91,7 @@ struct Content {
        char *c_partno;              /* within multipart content          */
 
        /* Content-Type info */
+       boolean crlf;                /* are the line ending CRLF          */
        struct CTinfo c_ctinfo;      /* parsed elements of Content-Type   */
        int c_type;                  /* internal flag for content type    */
        int c_subtype;               /* internal flag for content subtype */