1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* Parse multi-valued options.

This commit is contained in:
Eelco Dolstra 2005-09-22 15:43:22 +00:00
parent fbedf6056e
commit 4578a490ce
5 changed files with 54 additions and 16 deletions

View file

@ -63,7 +63,7 @@ extern bool buildAllowRoot;
extern list<string> buildUsers;
string querySetting(const string & name, const string & def);
Strings querySetting(const string & name, const Strings & def);
bool queryBoolSetting(const string & name, bool def);