aboutsummaryrefslogtreecommitdiff
path: root/src/encoder_list.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-06-12 22:29:04 +0200
committerMax Kellermann <max@duempel.org>2012-06-12 22:29:04 +0200
commitae70875f45c6d7f1bb0f703179035709d909978a (patch)
tree98319b849a72c32b4cdddcee42e070ed6a085c54 /src/encoder_list.h
parenteda7410f4c87e29e0c77950963a7b9ccf7069097 (diff)
cmdline: consistent plugin listings
Diffstat (limited to 'src/encoder_list.h')
-rw-r--r--src/encoder_list.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/encoder_list.h b/src/encoder_list.h
index 4fe87e16..4f77ce2c 100644
--- a/src/encoder_list.h
+++ b/src/encoder_list.h
@@ -20,8 +20,6 @@
#ifndef MPD_ENCODER_LIST_H
#define MPD_ENCODER_LIST_H
-#include <stdio.h>
-
struct encoder_plugin;
extern const struct encoder_plugin *const encoder_plugins[];
@@ -42,7 +40,4 @@ extern const struct encoder_plugin *const encoder_plugins[];
const struct encoder_plugin *
encoder_plugin_get(const char *name);
-void
-encoder_plugin_print_all_types(FILE * fp);
-
#endif