From 4cc0caf1af38fe0f2b43e54ff607852553b5510d Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 30 Dec 2008 14:08:59 +0100 Subject: print supported decoders in --version --- src/decoder_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder_list.h') diff --git a/src/decoder_list.h b/src/decoder_list.h index 80ade3312..bde6b3806 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); -- cgit v1.2.3