aboutgitcodelistschat:MatrixIRC
path: root/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'operations.h')
-rw-r--r--operations.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/operations.h b/operations.h
index f07b86f..ec06a15 100644
--- a/operations.h
+++ b/operations.h
@@ -46,6 +46,8 @@ int op_call(const struct seccomp_notif *req, int notifier, struct gluten *g,
struct op_call *op);
int op_return(const struct seccomp_notif *req, int notifier, struct gluten *g,
struct op_return *op);
+int op_bitwise(const struct seccomp_notif *req, int notifier, struct gluten *g,
+ struct op_bitwise *op);
int op_cmp(const struct seccomp_notif *req, int notifier, struct gluten *g,
struct op_cmp *op);
int op_resolve_fd(const struct seccomp_notif *req, int notifier,