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
15struct mpd_connection;
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
27bool
29
36bool
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif
bool mpd_response_next(struct mpd_connection *connection)
bool mpd_response_finish(struct mpd_connection *connection)