mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-02 19:26:41 +00:00
10 lines
166 B
C++
10 lines
166 B
C++
|
#ifndef ZT_LINUXDROPPRIVILEGES_HPP
|
||
|
#define ZT_LINUXDROPPRIVILEGES_HPP
|
||
|
#include <string>
|
||
|
|
||
|
namespace ZeroTier {
|
||
|
void dropPrivileges(std::string homeDir);
|
||
|
}
|
||
|
|
||
|
#endif
|