summaryrefslogtreecommitdiff
path: root/replaygain.h
diff options
context:
space:
mode:
Diffstat (limited to 'replaygain.h')
-rw-r--r--replaygain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/replaygain.h b/replaygain.h
index cee57782..f7027230 100644
--- a/replaygain.h
+++ b/replaygain.h
@@ -25,7 +25,7 @@ void
replaygain_apply (ddb_waveformat_t *fmt, playItem_t *it, char *bytes, int bytesread);
void
-replaygain_set (int mode, int scale, float preamp);
+replaygain_set (int mode, int scale, float preamp, float global_preamp);
void
replaygain_set_values (float albumgain, float albumpeak, float trackgain, float trackpeak);