aboutsummaryrefslogtreecommitdiff
path: root/src/encoder_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoder_list.h')
-rw-r--r--src/encoder_list.h5
1 files changed, 5 insertions, 0 deletions
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 <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