libmpdclient  2.23
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 of tag types above must be
21  retained, or else the libmpdclient ABI breaks */
22 
24 };
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
35 const char *
37 
45 mpd_feature_name_parse(const char *name);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif
mpd_protocol_feature
Definition: feature.h:10
enum mpd_protocol_feature mpd_feature_name_parse(const char *name)
const char * mpd_feature_name(enum mpd_protocol_feature feature)