aboutsummaryrefslogtreecommitdiff
path: root/src/pseccomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pseccomp.h')
-rw-r--r--src/pseccomp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pseccomp.h b/src/pseccomp.h
new file mode 100644
index 0000000..76889b6
--- /dev/null
+++ b/src/pseccomp.h
@@ -0,0 +1,8 @@
+#ifndef POTD_SECCOMP_H
+#define POTD_SECCOMP_H 1
+
+int pseccomp_init(void);
+
+int pseccomp_set_immutable(void);
+
+#endif