aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/upnp/UpnpDatabasePlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 23:46:00 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 23:46:00 +0100
commite92a41fa3abba0aa7386bbfe14fa5c2887c4eb27 (patch)
tree5aba9a623506731aaa87c5cefe76909efcd23bfe /src/db/plugins/upnp/UpnpDatabasePlugin.hxx
parentdf5f9f4a158c244006d1965a328779f284cae7d9 (diff)
downloadmpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.gz
mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.xz
mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.zip
db/upnp: move plugin source to upnp directory
Diffstat (limited to 'src/db/plugins/upnp/UpnpDatabasePlugin.hxx')
-rw-r--r--src/db/plugins/upnp/UpnpDatabasePlugin.hxx27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/db/plugins/upnp/UpnpDatabasePlugin.hxx b/src/db/plugins/upnp/UpnpDatabasePlugin.hxx
new file mode 100644
index 000000000..0228405cd
--- /dev/null
+++ b/src/db/plugins/upnp/UpnpDatabasePlugin.hxx
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2003-2014 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_UPNP_DATABASE_PLUGIN_HXX
+#define MPD_UPNP_DATABASE_PLUGIN_HXX
+
+struct DatabasePlugin;
+
+extern const DatabasePlugin upnp_db_plugin;
+
+#endif