libmpdclient  2.22
response.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: BSD-3-Clause
2 // Copyright The Music Player Daemon Project
3 
10 #ifndef MPD_RESPONSE_H
11 #define MPD_RESPONSE_H
12 
13 #include <stdbool.h>
14 
15 struct mpd_connection;
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
27 bool
28 mpd_response_finish(struct mpd_connection *connection);
29 
36 bool
37 mpd_response_next(struct mpd_connection *connection);
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif
bool mpd_response_finish(struct mpd_connection *connection)
bool mpd_response_next(struct mpd_connection *connection)