Implement /cap_enter.

Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
Edward Tomasz Napierala 2017-07-25 20:15:14 +01:00
commit 56c94570b4
5 changed files with 63 additions and 1 deletions

7
src/core/capsicum.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef __CAPSICUM_H
#define __CAPSICUM_H
void capsicum_init(void);
void capsicum_deinit(void);
#endif