aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/rss_playlist_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-10-11 20:25:05 +0200
committerMax Kellermann <max@duempel.org>2010-10-11 20:33:41 +0200
commit188e1b440eb6467896ba5c96893e5bb6f8c914a4 (patch)
tree349836d475f4d2feb06e64e7ed3e346c5c68e8b2 /src/playlist/rss_playlist_plugin.h
parenta57f9e712d498e0911fde56e0281e01e3807becc (diff)
downloadmpd-188e1b440eb6467896ba5c96893e5bb6f8c914a4.tar.gz
mpd-188e1b440eb6467896ba5c96893e5bb6f8c914a4.tar.xz
mpd-188e1b440eb6467896ba5c96893e5bb6f8c914a4.zip
playlist/rss: new playlist plugin for RSS feeds
Diffstat (limited to 'src/playlist/rss_playlist_plugin.h')
-rw-r--r--src/playlist/rss_playlist_plugin.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/playlist/rss_playlist_plugin.h b/src/playlist/rss_playlist_plugin.h
new file mode 100644
index 000000000..d8992f2e5
--- /dev/null
+++ b/src/playlist/rss_playlist_plugin.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2003-2010 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_PLAYLIST_RSS_PLAYLIST_PLUGIN_H
+#define MPD_PLAYLIST_RSS_PLAYLIST_PLUGIN_H
+
+extern const struct playlist_plugin rss_playlist_plugin;
+
+#endif