2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2011-09-17 08:54:28 +02:00
|
|
|
|
2013-04-17 01:08:35 +02:00
|
|
|
#ifndef MPD_SOLARIS_OUTPUT_PLUGIN_HXX
|
|
|
|
#define MPD_SOLARIS_OUTPUT_PLUGIN_HXX
|
2011-09-17 08:54:28 +02:00
|
|
|
|
2014-01-28 11:22:27 +01:00
|
|
|
extern const struct AudioOutputPlugin solaris_output_plugin;
|
2011-09-17 08:54:28 +02:00
|
|
|
|
|
|
|
#endif
|