forked from lix-project/lix
8 lines
68 B
C++
8 lines
68 B
C++
|
#include "types.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
StringSet computeLevels();
|
||
|
|
||
|
}
|