From 55939b1a4b34b904eedba90ac6c14efc6258f40d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 17 Sep 2014 15:18:13 +0200 Subject: Settings: Add bool get() --- nix/libstore/globals.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/libstore/globals.hh') diff --git a/nix/libstore/globals.hh b/nix/libstore/globals.hh index 55f082e56e..c17e10d7c3 100644 --- a/nix/libstore/globals.hh +++ b/nix/libstore/globals.hh @@ -25,6 +25,8 @@ struct Settings { Strings get(const string & name, const Strings & def); + bool get(const string & name, bool def); + void update(); string pack(); -- cgit 1.4.1