myMPD
Internal API documentation
Loading...
Searching...
No Matches
mg_user_data.h File Reference

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>
Include dependency graph for mg_user_data.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Webserver utility functions.

Function Documentation

◆ mg_user_data_free()

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

Parameters
mg_user_datapointer to mg_user_data struct

◆ mg_user_data_free_void()

void mg_user_data_free_void ( void *  mg_user_data)

Frees the members of mg_user_data struct and the struct itself

Parameters
mg_user_datapointer to mg_user_data struct