X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhparse.c;fp=uip%2Fmhparse.c;h=da19123bc8a795ec391a9bdadd83816243e644fe;hb=6306992cd580d47c217edb1ae98d58b24d5be8c9;hp=b860dcfaf1990728c2c2e60a2dc218cad21c4d56;hpb=be582c44948fe09cba55e538f1c9e2f57edb11ad;p=mmh diff --git a/uip/mhparse.c b/uip/mhparse.c index b860dcf..da19123 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -550,7 +550,7 @@ incl_name_value(unsigned char *buf, char *name, char *value) { ** one, return the entire value. Note that, for example, a name_suffix ** of name will match filename="foo", and return foo. */ -static char * +char * extract_name_value(char *name_suffix, char *value) { char *extracted_name_value = value; char *name_suffix_plus_quote = concat(name_suffix, "=\"", NULL);