From decce92949d7a35f1e27804df45fa61568e69548 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 1 Jun 2004 04:29:34 +0000 Subject: nice output of all suffix types supported in version git-svn-id: https://svn.musicpd.org/mpd/trunk@1276 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inputPlugin.h') diff --git a/src/inputPlugin.h b/src/inputPlugin.h index 0968bae8b..143d4cc4c 100644 --- a/src/inputPlugin.h +++ b/src/inputPlugin.h @@ -47,6 +47,8 @@ InputPlugin * getInputPluginFromMimeType(char * mimeType); InputPlugin * getInputPluginFromName(char * name); +void printAllInputPluginSuffixes(FILE * fp); + /* this is where we "load" all the "plugins" ;-) */ void initInputPlugins(); -- cgit v1.2.3