libmpdclient  2.23
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 
17 struct mpd_connection;
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
35 bool
36 mpd_command_list_begin(struct mpd_connection *connection, bool discrete_ok);
37 
48 bool
49 mpd_command_list_end(struct mpd_connection *connection);
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)