aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputPlugin.h')
-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();