libmpdclient 2.22
list.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2// Copyright The Music Player Daemon Project
3
12#ifndef MPD_LIST_H
13#define MPD_LIST_H
14
15#include <stdbool.h>
16
17struct mpd_connection;
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
35bool
36mpd_command_list_begin(struct mpd_connection *connection, bool discrete_ok);
37
48bool
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif
bool mpd_command_list_begin(struct mpd_connection *connection, bool discrete_ok)
bool mpd_command_list_end(struct mpd_connection *connection)