myMPD
Internal API documentation
Loading...
Searching...
No Matches
webradiodb.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 MPD_WORKER_WEBRADIODB_H
12#define MPD_WORKER_WEBRADIODB_H
13
15
16#include <stdbool.h>
17
18bool mympd_worker_webradiodb_update(struct t_mympd_worker_state *mympd_worker_state, bool force);
19
20#endif
MPD worker state functions.
Definition state.h:20
bool mympd_worker_webradiodb_update(struct t_mympd_worker_state *mympd_worker_state, bool force)
Definition webradiodb.c:40