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
17sds webserver_webradio_get_cover_uri(struct t_webradios *webradio_favorites, struct t_webradios *webradiodb,
18 sds buffer, sds uri);
19sds webserver_webradio_get_extm3u(struct t_webradios *webradio_favorites, struct t_webradios *webradiodb,
20 sds buffer, sds uri);
21
22#endif
Webradio functions.
Definition webradio.h:31
sds webserver_webradio_get_extm3u(struct t_webradios *webradio_favorites, struct t_webradios *webradiodb, sds buffer, sds uri)
Definition webradio.c:54
sds webserver_webradio_get_cover_uri(struct t_webradios *webradio_favorites, struct t_webradios *webradiodb, sds buffer, sds uri)
Definition webradio.c:22