From 988bf594215007c96903b4a646b0cf024fb8f596 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Aug 2014 18:13:14 +0200 Subject: Move some options out of globals --- src/libstore/globals.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libstore/globals.hh') diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 1202f5dd2336..743d2061ffa5 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -21,7 +21,9 @@ struct Settings { void set(const string & name, const string & value); - string get(const string & name, const string & def = ""); + string get(const string & name, const string & def); + + Strings get(const string & name, const Strings & def); void update(); -- cgit 1.4.1