aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-28 15:29:51 +0100
committerMax Kellermann <max@duempel.org>2009-02-28 15:29:51 +0100
commit5ea8a0df3ff159d1c9879b4a3a4c56ff34f0e43f (patch)
treefb29f79ec8b2ae0eb25d481e7fb84a47b2c41c0e /src/decoder_list.h
parent1bb0124b77a21ab560c1b0d0a67259b6979648d7 (diff)
downloadmpd-5ea8a0df3ff159d1c9879b4a3a4c56ff34f0e43f.tar.gz
mpd-5ea8a0df3ff159d1c9879b4a3a4c56ff34f0e43f.tar.xz
mpd-5ea8a0df3ff159d1c9879b4a3a4c56ff34f0e43f.zip
decoder_list: print decoder list with suffixes
Print the list of suffixes supported by each decoder, instead of prining a list of all suffixes of all decoders with duplicates.
Diffstat (limited to 'src/decoder_list.h')
-rw-r--r--src/decoder_list.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder_list.h b/src/decoder_list.h
index bde6b3806..ed032a1ca 100644
--- a/src/decoder_list.h
+++ b/src/decoder_list.h
@@ -34,8 +34,6 @@ decoder_plugin_from_mime_type(const char *mimeType, unsigned int next);
const struct decoder_plugin *
decoder_plugin_from_name(const char *name);
-void decoder_plugin_print_all_suffixes(FILE * fp);
-
void decoder_plugin_print_all_decoders(FILE * fp);
/* this is where we "load" all the "plugins" ;-) */