libmpdclient 2.24
feature.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2// Copyright The Music Player Daemon Project
3
4#ifndef LIBMPDCLIENT_FEATURE_H
5#define LIBMPDCLIENT_FEATURE_H
6
11{
17
19
20 /* IMPORTANT: the ordering above must be
21 retained, or else the libmpdclient ABI breaks */
22
24};
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
37const char *
39
49mpd_feature_name_parse(const char *name);
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif
mpd_protocol_feature
Definition feature.h:11
@ MPD_FEATURE_UNKNOWN
Definition feature.h:16
@ MPD_FEATURE_HIDE_PLAYLISTS_IN_ROOT
Definition feature.h:18
@ MPD_FEATURE_COUNT
Definition feature.h:23
const char * mpd_feature_name(enum mpd_protocol_feature feature)
enum mpd_protocol_feature mpd_feature_name_parse(const char *name)