mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 21:17:52 +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
|