2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2012-08-08 22:47:51 +02:00
|
|
|
|
2013-01-04 09:46:41 +01:00
|
|
|
#ifndef MPD_OUTPUT_ERROR_HXX
|
|
|
|
#define MPD_OUTPUT_ERROR_HXX
|
2012-08-08 22:47:51 +02:00
|
|
|
|
2013-08-10 18:02:44 +02:00
|
|
|
extern const class Domain output_domain;
|
2012-08-08 22:47:51 +02:00
|
|
|
|
|
|
|
#endif
|