aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FluidsynthDecoderPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 13:12:08 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:16:27 +0200
commit2277d143fa4e407bffa9cb169820c9612ebae7a0 (patch)
tree48f68c6ff129ae59fb8a01e0788fd9307fdcc5ac /src/decoder/FluidsynthDecoderPlugin.hxx
parent6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08 (diff)
downloadmpd-2277d143fa4e407bffa9cb169820c9612ebae7a0.tar.gz
mpd-2277d143fa4e407bffa9cb169820c9612ebae7a0.tar.xz
mpd-2277d143fa4e407bffa9cb169820c9612ebae7a0.zip
decoder/fluidsynth: convert to C++
Diffstat (limited to 'src/decoder/FluidsynthDecoderPlugin.hxx')
-rw-r--r--src/decoder/FluidsynthDecoderPlugin.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/decoder/FluidsynthDecoderPlugin.hxx b/src/decoder/FluidsynthDecoderPlugin.hxx
new file mode 100644
index 000000000..40ed7e4d8
--- /dev/null
+++ b/src/decoder/FluidsynthDecoderPlugin.hxx
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * http://www.musicpd.org
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef MPD_DECODER_FLUIDSYNTH_HXX
+#define MPD_DECODER_FLUIDSYNTH_HXX
+
+extern const struct decoder_plugin fluidsynth_decoder_plugin;
+
+#endif