|
@@ -779,7 +779,7 @@ struct mg_form_data_handler {
|
|
|
* Return value:
|
|
|
* TODO: Needs to be defined.
|
|
|
*/
|
|
|
- int (*field_stored)(const char *path, size_t file_size, void *user_data);
|
|
|
+ int (*field_store)(const char *path, size_t file_size, void *user_data);
|
|
|
|
|
|
/* User supplied argument, passed to all callback functions. */
|
|
|
void *user_data;
|