aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audioOutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h
index 870a4760f..98e29d5ef 100644
--- a/src/audioOutput.h
+++ b/src/audioOutput.h
@@ -110,4 +110,5 @@ void finishAudioOutput(AudioOutput * audioOutput);
int keepAudioOutputAlive(AudioOutput * audioOutput, int ms);
void sendMetadataToAudioOutput(AudioOutput * audioOutput, MpdTag * tag);
+void printAllOutputPluginTypes(FILE *fp);
#endif