aboutsummaryrefslogtreecommitdiff
path: root/src/replay_gain_config.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-05 00:05:57 +0100
committerMax Kellermann <max@duempel.org>2013-01-05 02:40:33 +0100
commit1a8ef3cdab39234e91fe9d91dad2ae004e4537dc (patch)
tree128f25b72f61ff2e7a2a3fb1f292b57ad27b9061 /src/replay_gain_config.h
parent7be33eba489825d3a36f3ccbb3571002fcc06c0b (diff)
filter/ReplayGain: add method _set_mode()
Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
Diffstat (limited to 'src/replay_gain_config.h')
-rw-r--r--src/replay_gain_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replay_gain_config.h b/src/replay_gain_config.h
index 18747cef..2bf4f32f 100644
--- a/src/replay_gain_config.h
+++ b/src/replay_gain_config.h
@@ -50,6 +50,6 @@ replay_gain_set_mode_string(const char *p);
* Returns the "real" mode according to the "auto" setting"
*/
enum replay_gain_mode
-replay_gain_get_real_mode(void);
+replay_gain_get_real_mode(bool random_mode);
#endif