forked from lix-project/lix
10 lines
100 B
C++
10 lines
100 B
C++
|
#pragma once
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
bool userNamespacesSupported();
|
||
|
|
||
|
bool mountNamespacesSupported();
|
||
|
|
||
|
}
|