myMPD
Internal API documentation
Loading...
Searching...
No Matches
tagart.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2026 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
10
11#ifndef MYMPD_WEB_SERVER_TAGART_H
12#define MYMPD_WEB_SERVER_TAGART_H
13
14#include "dist/mongoose/mongoose.h"
16
17#include <stdbool.h>
18
19bool request_handler_tagart(struct mg_connection *nc, struct mg_http_message *hm);
20#endif
bool request_handler_tagart(struct mg_connection *nc, struct mg_http_message *hm)
Definition tagart.c:32
Webserver utility functions.