diff options
author | Max Kellermann <max@duempel.org> | 2012-06-12 22:29:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-06-12 22:29:04 +0200 |
commit | ae70875f45c6d7f1bb0f703179035709d909978a (patch) | |
tree | 98319b849a72c32b4cdddcee42e070ed6a085c54 /src/archive_list.h | |
parent | eda7410f4c87e29e0c77950963a7b9ccf7069097 (diff) | |
download | mpd-ae70875f45c6d7f1bb0f703179035709d909978a.tar.gz mpd-ae70875f45c6d7f1bb0f703179035709d909978a.tar.xz mpd-ae70875f45c6d7f1bb0f703179035709d909978a.zip |
cmdline: consistent plugin listings
Diffstat (limited to '')
-rw-r--r-- | src/archive_list.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/archive_list.h b/src/archive_list.h index ec2ccc1e1..2c03b0680 100644 --- a/src/archive_list.h +++ b/src/archive_list.h @@ -20,8 +20,6 @@ #ifndef MPD_ARCHIVE_LIST_H #define MPD_ARCHIVE_LIST_H -#include <stdio.h> - struct archive_plugin; extern const struct archive_plugin *const archive_plugins[]; @@ -40,8 +38,6 @@ archive_plugin_from_suffix(const char *suffix); const struct archive_plugin * archive_plugin_from_name(const char *name); -void archive_plugin_print_all_suffixes(FILE * fp); - /* this is where we "load" all the "plugins" ;-) */ void archive_plugin_init_all(void); |