X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmhparse.h;h=782ab51a5ff3079ee77852520bc5f113ebee7c1b;hp=cca26e9702cb44983223d9290d894a19f3206c6f;hb=18591f8e001ecedbee48a51c1d1f08ebaa1c15c8;hpb=2433122c20baccb10b70b49c04c6b0497b5b3b60 diff --git a/h/mhparse.h b/h/mhparse.h index cca26e9..782ab51 100644 --- a/h/mhparse.h +++ b/h/mhparse.h @@ -110,7 +110,6 @@ struct Content { SizeCEFunc c_cesizefnx; /* size of decoded contents */ int c_umask; /* associated umask */ - int c_rfc934; /* rfc934 compatibility flag */ char *c_showproc; /* default, if not in profile */ char *c_storeproc; /* overrides profile entry, if any */ @@ -252,3 +251,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 *);