11#ifndef MYMPD_WEB_SERVER_SCRIPTS_H
12#define MYMPD_WEB_SERVER_SCRIPTS_H
14#include "dist/mongoose/mongoose.h"
Centtral myMPD configuration definitions.
Definition config_def.h:40
bool script_execute_bgimage(struct mg_connection *nc, struct mg_http_message *hm)
Definition scripts.c:76
bool script_execute_http(struct mg_connection *nc, struct mg_http_message *hm, struct t_config *config)
Definition scripts.c:36