summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-24 20:11:59 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-24 20:11:59 +0200
commit5ee474966134a7e5c046504aa7899a25e10b9d43 (patch)
tree500cf98052edef3f44b6f26d211ba5c8087f717d /conf.h
parent640248ff4a42714a457a699c3c95a2e0a6328242 (diff)
added replaygain config option
album gain can be used now
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 39f41e3f..dc04f8ce 100644
--- a/conf.h
+++ b/conf.h
@@ -25,6 +25,7 @@ extern char conf_hvsc_path[1024];
extern int conf_hvsc_enable;
extern char conf_blacklist_plugins[1024];
extern int conf_close_send_to_tray;
+extern int conf_replaygain_mode;
int
conf_load (void);