aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.h
diff options
context:
space:
mode:
authorViliam Mateicka <viliam.mateicka@gmail.com>2008-12-30 14:08:59 +0100
committerMax Kellermann <max@duempel.org>2008-12-30 14:17:15 +0100
commit4cc0caf1af38fe0f2b43e54ff607852553b5510d (patch)
treed8b58acdebf643abbd555a9ae6970a8effde9609 /src/decoder_list.h
parentd38a7967ab2bf5c2924a74d46bfe9fe636fd17cd (diff)
print supported decoders in --version
Diffstat (limited to 'src/decoder_list.h')
-rw-r--r--src/decoder_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_list.h b/src/decoder_list.h
index 80ade331..bde6b380 100644
--- a/src/decoder_list.h
+++ b/src/decoder_list.h
@@ -36,6 +36,8 @@ 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" ;-) */
void decoder_plugin_init_all(void);