mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
12 lines
267 B
C
12 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
|