aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/RecorderOutputPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-16 23:55:26 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:37:30 +0200
commitf1034eb657527692e7eee9d0bbb9196cfa1ad071 (patch)
tree67c837c2642a5258521bf7857853dddeff040ad2 /src/output/RecorderOutputPlugin.hxx
parentac9ebe1439b3ec14e78b2fa898b435485c68e362 (diff)
downloadmpd-f1034eb657527692e7eee9d0bbb9196cfa1ad071.tar.gz
mpd-f1034eb657527692e7eee9d0bbb9196cfa1ad071.tar.xz
mpd-f1034eb657527692e7eee9d0bbb9196cfa1ad071.zip
output/recorder: convert to C++
Diffstat (limited to 'src/output/RecorderOutputPlugin.hxx')
-rw-r--r--src/output/RecorderOutputPlugin.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/output/RecorderOutputPlugin.hxx b/src/output/RecorderOutputPlugin.hxx
new file mode 100644
index 000000000..a27f51e23
--- /dev/null
+++ b/src/output/RecorderOutputPlugin.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_RECORDER_OUTPUT_PLUGIN_HXX
+#define MPD_RECORDER_OUTPUT_PLUGIN_HXX
+
+extern const struct audio_output_plugin recorder_output_plugin;
+
+#endif