11#ifndef MYMPD_MPD_CLIENT_PARTITIONS_H
12#define MYMPD_MPD_CLIENT_PARTITIONS_H
void partitions_list_clear(struct t_mympd_state *mympd_state)
Definition partitions.c:128
bool partitions_populate(struct t_mympd_state *mympd_state)
Definition partitions.c:145
bool partitions_connect(struct t_mympd_state *mympd_state, struct t_partition_state *partition_state)
Definition partitions.c:39
void partitions_add(struct t_mympd_state *mympd_state, const char *name)
Definition partitions.c:207
bool partitions_check(struct t_mympd_state *mympd_state, const char *name)
Definition partitions.c:191
struct t_partition_state * partitions_get_by_name(struct t_mympd_state *mympd_state, const char *name)
Definition partitions.c:113
Central myMPD state for the mympd_api thread.
Definition mympd_state.h:215
Definition mympd_state.h:114
sds name
partition name
Definition mympd_state.h:141