aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/volume.h')
-rw-r--r--src/volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume.h b/src/volume.h
index 0c0307da5..92fd868be 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -35,6 +35,6 @@ void finishVolume();
int getVolumeLevel();
-int changeVolumeLevel(FILE * fp, int change, int rel);
+int changeVolumeLevel(int fd, int change, int rel);
#endif