myMPD
Internal API documentation
Loading...
Searching...
No Matches
webradio.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-3.0-or-later
3
myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4
https://github.com/jcorporation/mympd
5
*/
6
11
#ifndef MYMPD_WEB_SERVER_WEBRADIO_H
12
#define MYMPD_WEB_SERVER_WEBRADIO_H
13
14
#include "dist/sds/sds.h"
15
#include "
src/lib/webradio.h
"
16
17
sds
webserver_webradio_get_cover_uri
(
struct
t_webradios
*webradio_favorites,
struct
t_webradios
*webradiodb,
18
sds buffer, sds uri);
19
sds
webserver_webradio_get_extm3u
(
struct
t_webradios
*webradio_favorites,
struct
t_webradios
*webradiodb,
20
sds buffer, sds uri);
21
22
#endif
webradio.h
Webradio functions.
t_webradios
Definition
webradio.h:31
webserver_webradio_get_extm3u
sds webserver_webradio_get_extm3u(struct t_webradios *webradio_favorites, struct t_webradios *webradiodb, sds buffer, sds uri)
Definition
webradio.c:54
webserver_webradio_get_cover_uri
sds webserver_webradio_get_cover_uri(struct t_webradios *webradio_favorites, struct t_webradios *webradiodb, sds buffer, sds uri)
Definition
webradio.c:22
src
webserver
webradio.h
Generated by
1.9.8