libmpdclient 2.22
binary.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_BINARY_H
11#define MPD_BINARY_H
12
13#include <stdbool.h>
14
15struct mpd_connection;
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
30bool
31mpd_send_binarylimit(struct mpd_connection *connection, unsigned limit);
32
42bool
43mpd_run_binarylimit(struct mpd_connection *connection, unsigned limit);
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif
bool mpd_send_binarylimit(struct mpd_connection *connection, unsigned limit)
bool mpd_run_binarylimit(struct mpd_connection *connection, unsigned limit)