myMPD
Internal API documentation
Loading...
Searching...
No Matches
channel.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2026 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
10
11#ifndef MYMPD_API_CHANNEL_H
12#define MYMPD_API_CHANNEL_H
13
15
16sds mympd_api_channel_list(struct t_partition_state *partition_state, sds buffer, unsigned request_id);
17sds mympd_api_channel_messages_read(struct t_partition_state *partition_state, sds buffer, unsigned request_id);
18
19#endif
sds mympd_api_channel_messages_read(struct t_partition_state *partition_state, sds buffer, unsigned request_id)
Definition channel.c:58
sds mympd_api_channel_list(struct t_partition_state *partition_state, sds buffer, unsigned request_id)
Definition channel.c:28
Central myMPD state for the mympd_api thread.
Definition partition_state.h:27