summaryrefslogtreecommitdiff
path: root/include/seccomp.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/seccomp.h.in')
-rw-r--r--include/seccomp.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 5843639..85b08b8 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -275,6 +275,16 @@ struct scmp_arg_cmp {
const struct scmp_version *seccomp_version(void);
/**
+ * XXX
+ */
+const unsigned int seccomp_api_get(void);
+
+/**
+ * XXX
+ */
+int seccomp_api_set(unsigned int level);
+
+/**
* Initialize the filter state
* @param def_action the default filter action
*