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:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user