libmpdclient
2.22
mpd
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
mpd_pair
Definition
pair.h:16
mpd_pair::name
const char * name
Definition
pair.h:18
mpd_pair::value
const char * value
Definition
pair.h:21
Generated by
1.9.7