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
14
#include "
src/mympd_worker/state.h
"
15
16
#include <stdbool.h>
17
18
bool
mympd_worker_smartpls_update_all
(
struct
t_mympd_worker_state
*mympd_worker_state,
bool
force);
19
bool
mympd_worker_smartpls_update
(
struct
t_mympd_worker_state
*mympd_worker_state,
const
char
*playlist);
20
#endif
mympd_worker_smartpls_update
bool mympd_worker_smartpls_update(struct t_mympd_worker_state *mympd_worker_state, const char *playlist)
Definition
smartpls.c:132
mympd_worker_smartpls_update_all
bool mympd_worker_smartpls_update_all(struct t_mympd_worker_state *mympd_worker_state, bool force)
Definition
smartpls.c:60
state.h
MPD worker state functions.
t_mympd_worker_state
Definition
state.h:20
src
mympd_worker
smartpls.h
Generated by
1.9.8