]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
Make mhstore(1) use "filename" attr of Content-Disposition
[mmh] / uip / mhparse.c
index b860dcfaf1990728c2c2e60a2dc218cad21c4d56..da19123bc8a795ec391a9bdadd83816243e644fe 100644 (file)
@@ -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);