diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugin.h | 2 |
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(); |