From 5ee474966134a7e5c046504aa7899a25e10b9d43 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 24 Sep 2009 20:11:59 +0200 Subject: added replaygain config option album gain can be used now --- conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.h') 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); -- cgit v1.2.3