myMPD
Internal API documentation
Loading...
Searching...
No Matches
lyrics.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_LYRICS_H
12
#define MYMPD_WEB_SERVER_LYRICS_H
13
14
#include "dist/mongoose/mongoose.h"
15
#include "
src/webserver/mg_user_data.h
"
16
17
bool
webserver_lyrics_get
(
struct
mg_connection *nc,
unsigned
request_id, sds body);
18
#endif
mg_user_data.h
Webserver utility functions.
webserver_lyrics_get
bool webserver_lyrics_get(struct mg_connection *nc, unsigned request_id, sds body)
Definition
lyrics.c:52
src
webserver
lyrics.h
Generated by
1.15.0