mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 21:17:52 +00:00
13 lines
267 B
C
13 lines
267 B
C
#ifndef mac_doprivileged_h
|
|
#define mac_doprivileged_h
|
|
|
|
#ifdef __APPLE__
|
|
|
|
// commandAndArgs can contain only single-tic quotes and should redirect its
|
|
// stdout and stderr somewhere...
|
|
bool macExecutePrivilegedShellCommand(const char *commandAndArgs);
|
|
|
|
#endif
|
|
|
|
#endif
|