aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_print.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder_print.h (renamed from src/input/lastfm_input_plugin.h)9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/input/lastfm_input_plugin.h b/src/decoder_print.h
index d0eaf5a55..6ba5dd081 100644
--- a/src/input/lastfm_input_plugin.h
+++ b/src/decoder_print.h
@@ -17,9 +17,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef LASTFM_INPUT_PLUGIN_H
-#define LASTFM_INPUT_PLUGIN_H
+#ifndef MPD_DECODER_PRINT_H
+#define MPD_DECODER_PRINT_H
-extern const struct input_plugin lastfm_input_plugin;
+struct client;
+
+void
+decoder_list_print(struct client *client);
#endif