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

Playlistart functions. More...

#include "dist/mongoose/mongoose.h"
#include "src/webserver/utility.h"
#include <stdbool.h>
Include dependency graph for playlistart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool request_handler_playlistart (struct mg_connection *nc, struct mg_http_message *hm, struct t_mg_user_data *mg_user_data)
 

Detailed Description

Playlistart functions.

Function Documentation

◆ request_handler_playlistart()

bool request_handler_playlistart ( struct mg_connection *  nc,
struct mg_http_message *  hm,
struct t_mg_user_data mg_user_data 
)

Request handler for /playlistart

Parameters
ncmongoose connection
hmhttp message
mg_user_datawebserver configuration
Returns
true on success, else false