1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

Alternative to mg_upload (Step 38/?)

This commit is contained in:
bel
2016-02-07 21:34:55 +01:00
parent 49b233feae
commit b151ecc9bc
3 changed files with 29 additions and 14 deletions

View File

@ -178,6 +178,7 @@ struct mg_form_data_handler {
const char *value,
size_t valuelen,
void *user_data);
int (*field_stored)(const char *path, void *user_data);
void *user_data;
};