diff options
Diffstat (limited to 'src/mixer/Volume.hxx')
-rw-r--r-- | src/mixer/Volume.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mixer/Volume.hxx b/src/mixer/Volume.hxx index a02c21a21..d787a6415 100644 --- a/src/mixer/Volume.hxx +++ b/src/mixer/Volume.hxx @@ -22,9 +22,8 @@ #include "Compiler.h" -#include <stdio.h> - class MultipleOutputs; +class BufferedOutputStream; void InvalidateHardwareVolume(); @@ -39,7 +38,8 @@ volume_level_change(MultipleOutputs &outputs, unsigned volume); bool read_sw_volume_state(const char *line, MultipleOutputs &outputs); -void save_sw_volume_state(FILE *fp); +void +save_sw_volume_state(BufferedOutputStream &os); /** * Generates a hash number for the current state of the software |