X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmhparse.h;h=1ff37bf39da9e0c818ba99432b54ab9a47506c1d;hp=782ab51a5ff3079ee77852520bc5f113ebee7c1b;hb=143328edd5842208e53d3f2427a6059d604eb78e;hpb=79cbafe7268202d5b9c231b2d25472c152caa709 diff --git a/h/mhparse.h b/h/mhparse.h index 782ab51..1ff37bf 100644 --- a/h/mhparse.h +++ b/h/mhparse.h @@ -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 */