aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/slweb/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slweb/http.h b/include/slweb/http.h
index db2c0b6..7f5935a 100644
--- a/include/slweb/http.h
+++ b/include/slweb/http.h
@@ -35,7 +35,7 @@ struct http_payload
const struct http_post_file
{
- const char *tmpname, *filename;
+ const char *name, *tmpname, *filename;
} *files;
} post;
} u;