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
19bool mympd_api_webradio_favorite_save(struct t_webradios *webradio_favorites, struct t_webradio_data *webradio, sds old_name);
20int mympd_api_webradio_favorite_delete(struct t_webradios *webradio_favorites, struct t_list *names);
21
22#endif
Webradio functions.
Definition list.h:32
Definition webradio.h:69
Definition webradio.h:31
int mympd_api_webradio_favorite_delete(struct t_webradios *webradio_favorites, struct t_list *names)
Definition webradio_favorites.c:68
bool mympd_api_webradio_favorite_save(struct t_webradios *webradio_favorites, struct t_webradio_data *webradio, sds old_name)
Definition webradio_favorites.c:26