From d37b4bb199cbe5c34ad8bcf36be26cd7c3caa11d Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 17 Nov 2009 20:39:26 +0100 Subject: cmdline: print out list of encoders in --version info --- src/encoder_list.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/encoder_list.h') diff --git a/src/encoder_list.h b/src/encoder_list.h index bc20ad8c..26caab24 100644 --- a/src/encoder_list.h +++ b/src/encoder_list.h @@ -20,6 +20,8 @@ #ifndef MPD_ENCODER_LIST_H #define MPD_ENCODER_LIST_H +#include + struct encoder_plugin; /** @@ -32,4 +34,7 @@ struct encoder_plugin; const struct encoder_plugin * encoder_plugin_get(const char *name); +void +encoder_plugin_print_all_types(FILE * fp); + #endif -- cgit v1.2.3