libmpdclient
2.22
mpd
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
mpd_response_next
bool mpd_response_next(struct mpd_connection *connection)
mpd_response_finish
bool mpd_response_finish(struct mpd_connection *connection)
mpd_connection
Generated by
1.9.7