0 /* See LICENSE for license details. */
1 #ifndef SANDBOX_H
2 #define SANDBOX_H
3
4 int sandbox_start(const char*);
5
6 #endif
7