diff options
Diffstat (limited to 'src/encoder_list.h')
-rw-r--r-- | src/encoder_list.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/encoder_list.h b/src/encoder_list.h index bc20ad8c5..26caab242 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 <stdio.h> + 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 |