aboutsummaryrefslogtreecommitdiff
path: root/src/replay_gain_config.h
diff options
context:
space:
mode:
authorDaniel Seuthe <daniel+mpd@seuthe.org>2010-05-18 20:30:03 +0200
committerMax Kellermann <max@duempel.org>2010-05-18 20:30:03 +0200
commitf824ecdfa10beb7241f447674193e0e4a5ae8eb1 (patch)
treea363ec13075ddcba8122d673e0372da80ea1d002 /src/replay_gain_config.h
parent6c831e04a298581966d75a2059b8735c387a0e09 (diff)
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/replay_gain_config.h b/src/replay_gain_config.h
index 922fb2b1..c3a1fe61 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