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:143
bool partitions_populate(struct t_mympd_state *mympd_state)
Definition partitions.c:160
bool partitions_connect(struct t_mympd_state *mympd_state, struct t_partition_state *partition_state)
Definition partitions.c:47
struct t_partition_state * partitions_get_by_name(struct t_mympd_state *mympd_state, const char *name)
Definition partitions.c:128
Central myMPD state for the mympd_api thread.
Definition mympd_state.h:31
Definition partition_state.h:27
sds name
partition name
Definition partition_state.h:54