1 2 3 4 5 6
#ifndef SANDBOX_H__ #define SANDBOX_H__ extern "C" void StartSeccompSandbox(); #endif // SANDBOX_H__