mpd/src/output/Domain.hxx

10 lines
199 B
C++
Raw Normal View History

// 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
extern const class Domain output_domain;
2012-08-08 22:47:51 +02:00
#endif