myMPD
Internal API documentation
|
Webserver utility functions. More...
#include "dist/mongoose/mongoose.h"
#include "dist/sds/sds.h"
#include "src/lib/config_def.h"
#include "src/lib/list.h"
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | t_mg_user_data |
Functions | |
void | mg_user_data_free (struct t_mg_user_data *mg_user_data) |
void | mg_user_data_free_void (void *mg_user_data) |
Webserver utility functions.
void mg_user_data_free | ( | struct t_mg_user_data * | mg_user_data | ) |
Frees the members of mg_user_data struct and the struct itself
mg_user_data | pointer to mg_user_data struct |
void mg_user_data_free_void | ( | void * | mg_user_data | ) |
Frees the members of mg_user_data struct and the struct itself
mg_user_data | pointer to mg_user_data struct |