diff options
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 0e851fd748c6..e2ae2ed655b3 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -55,5 +55,7 @@ extern bool readOnlyMode; string querySetting(const string & name, const string & def); +bool queryBoolSetting(const string & name, bool def); + #endif /* !__GLOBALS_H */ |