myMPD
Internal API documentation
Loading...
Searching...
No Matches
webradio_favorites.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_API_WEBRADIO_FAVORITES_H
12
#define MYMPD_API_WEBRADIO_FAVORITES_H
13
14
#include "dist/sds/sds.h"
15
#include "
src/lib/webradio.h
"
16
17
#include <stdbool.h>
18
19
bool
mympd_api_webradio_favorite_save
(
struct
t_webradios
*webradio_favorites,
struct
t_webradio_data
*webradio, sds old_name);
20
int
mympd_api_webradio_favorite_delete
(
struct
t_webradios
*webradio_favorites,
struct
t_list
*names);
21
22
#endif
webradio.h
Webradio functions.
t_list
Definition
list.h:32
t_webradio_data
Definition
webradio.h:69
t_webradios
Definition
webradio.h:31
mympd_api_webradio_favorite_delete
int mympd_api_webradio_favorite_delete(struct t_webradios *webradio_favorites, struct t_list *names)
Definition
webradio_favorites.c:68
mympd_api_webradio_favorite_save
bool mympd_api_webradio_favorite_save(struct t_webradios *webradio_favorites, struct t_webradio_data *webradio, sds old_name)
Definition
webradio_favorites.c:26
src
mympd_api
webradio_favorites.h
Generated by
1.9.8