X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmhparse.h;h=1ff37bf39da9e0c818ba99432b54ab9a47506c1d;hp=1954d897758bf8006e1b3e22ebc8881da415654a;hb=ee8d01d64e8832304256de53db07228e2be67f6a;hpb=3363e2624dce0eb8164cf8b3f1ab385c8ff72e88 diff --git a/h/mhparse.h b/h/mhparse.h index 1954d89..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 */ @@ -251,3 +252,4 @@ int add_header(CT, char *, char *); int get_ctinfo(unsigned char *, CT, int); int open7Bit(CT, char **); void close_encoding(CT); +char *extract_name_value(char *, char *);