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.
This commit is contained in:
@@ -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" ;-) */
|
||||
|
||||
Reference in New Issue
Block a user