myMPD
Internal API documentation
Loading...
Searching...
No Matches
smartpls.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_MPD_WORKER_SMARTPLS_H
12#define MYMPD_MPD_WORKER_SMARTPLS_H
13
15
16#include <stdbool.h>
17
18bool mympd_worker_smartpls_update_all(struct t_mympd_worker_state *mympd_worker_state, bool force);
19bool mympd_worker_smartpls_update(struct t_mympd_worker_state *mympd_worker_state, const char *playlist);
20#endif
bool mympd_worker_smartpls_update(struct t_mympd_worker_state *mympd_worker_state, const char *playlist)
Definition smartpls.c:132
bool mympd_worker_smartpls_update_all(struct t_mympd_worker_state *mympd_worker_state, bool force)
Definition smartpls.c:60
MPD worker state functions.
Definition state.h:20