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