libmpdclient  2.22
pair.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: BSD-2-Clause
2 // Copyright The Music Player Daemon Project
3 
10 #ifndef LIBMPDCLIENT_PAIR_H
11 #define LIBMPDCLIENT_PAIR_H
12 
16 struct mpd_pair {
18  const char *name;
19 
21  const char *value;
22 };
23 
24 #endif
const char * name
Definition: pair.h:18
const char * value
Definition: pair.h:21
Definition: pair.h:16