diff options
author | Daniel Seuthe <daniel+mpd@seuthe.org> | 2010-05-18 20:30:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-05-18 20:30:03 +0200 |
commit | f824ecdfa10beb7241f447674193e0e4a5ae8eb1 (patch) | |
tree | a363ec13075ddcba8122d673e0372da80ea1d002 /src/replay_gain_config.h | |
parent | 6c831e04a298581966d75a2059b8735c387a0e09 (diff) | |
download | mpd-f824ecdfa10beb7241f447674193e0e4a5ae8eb1.tar.gz mpd-f824ecdfa10beb7241f447674193e0e4a5ae8eb1.tar.xz mpd-f824ecdfa10beb7241f447674193e0e4a5ae8eb1.zip |
replay_gain_config: added function replay_gain_get_real_mode()
Diffstat (limited to 'src/replay_gain_config.h')
-rw-r--r-- | src/replay_gain_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/replay_gain_config.h b/src/replay_gain_config.h index 922fb2b18..c3a1fe610 100644 --- a/src/replay_gain_config.h +++ b/src/replay_gain_config.h @@ -45,4 +45,10 @@ replay_gain_get_mode_string(void); bool 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); + #endif |