summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mac_doprivileged.h
blob: 52fba92205cdc2248e7838d154e2693e45f4615b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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