aboutgitcodelistschat:MatrixIRC
path: root/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'operations.h')
-rw-r--r--operations.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/operations.h b/operations.h
index d74b4f9..1ece615 100644
--- a/operations.h
+++ b/operations.h
@@ -49,10 +49,6 @@ int op_return(const struct seccomp_notif *req, int notifier, struct gluten *g,
struct op_return *op);
int op_continue(const struct seccomp_notif *req, int notifier, struct gluten *g,
void *);
-int op_inject(const struct seccomp_notif *req, int notifier, struct gluten *g,
- struct op_inject *op);
-int op_inject_a(const struct seccomp_notif *req, int notifier, struct gluten *g,
- struct op_inject *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,
@@ -61,4 +57,6 @@ int op_load(const struct seccomp_notif *req, int notifier, struct gluten *g,
struct op_load *load);
int op_copy(const struct seccomp_notif *req, int notifier, struct gluten *g,
struct op_copy *op);
+int op_fd(const struct seccomp_notif *req, int notifier, struct gluten *g,
+ struct op_fd *op);
#endif /* ACTIONS_H */