mac_doprivileged.h 267 B

12345678910111213
  1. #ifndef mac_doprivileged_h
  2. #define mac_doprivileged_h
  3. #ifdef __APPLE__
  4. // commandAndArgs can contain only single-tic quotes and should redirect its
  5. // stdout and stderr somewhere...
  6. bool macExecutePrivilegedShellCommand(const char *commandAndArgs);
  7. #endif
  8. #endif