diff options
Diffstat (limited to 'src/decoder_list.h')
-rw-r--r-- | src/decoder_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |