cmdline: consistent plugin listings

This commit is contained in:
Max Kellermann
2012-06-12 22:29:04 +02:00
parent eda7410f4c
commit ae70875f45
9 changed files with 37 additions and 75 deletions
-5
View File
@@ -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