aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-01 04:29:34 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-01 04:29:34 +0000
commitdecce92949d7a35f1e27804df45fa61568e69548 (patch)
treee327e59de5e2a27a33a4acb8388147ecf3ecaed8 /src/inputPlugin.h
parent9e0cbb30f4986b9ddc6c2238786609c0325cf6af (diff)
downloadmpd-decce92949d7a35f1e27804df45fa61568e69548.tar.gz
mpd-decce92949d7a35f1e27804df45fa61568e69548.tar.xz
mpd-decce92949d7a35f1e27804df45fa61568e69548.zip
nice output of all suffix types supported in version
git-svn-id: https://svn.musicpd.org/mpd/trunk@1276 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/inputPlugin.h2
1 files changed, 2 insertions, 0 deletions
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();