aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/MadDecoderPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-26 11:59:17 +0200
committerMax Kellermann <max@duempel.org>2013-07-26 11:59:17 +0200
commitc8054e569ae64f7d84940f9c7cb7ef3e642b1e0c (patch)
treeb3595c20cfd1d5d04c1ceeca96e4626d5dec8bfe /src/decoder/MadDecoderPlugin.hxx
parentef48eca9cac875f65622daf500bd702e20d666f3 (diff)
downloadmpd-c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c.tar.gz
mpd-c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c.tar.xz
mpd-c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c.zip
decoder/mad: convert to C++
Diffstat (limited to 'src/decoder/MadDecoderPlugin.hxx')
-rw-r--r--src/decoder/MadDecoderPlugin.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/decoder/MadDecoderPlugin.hxx b/src/decoder/MadDecoderPlugin.hxx
new file mode 100644
index 000000000..c7a77304c
--- /dev/null
+++ b/src/decoder/MadDecoderPlugin.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_MAD_HXX
+#define MPD_DECODER_MAD_HXX
+
+extern const struct decoder_plugin mad_decoder_plugin;
+
+#endif