aboutgitcodelistschat:MatrixIRC
path: root/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h
index 487032b..780f756 100644
--- a/common/common.h
+++ b/common/common.h
@@ -1,6 +1,8 @@
#ifndef COMMON_H_
#define COMMON_H_
-int find_fd_seccomp_notifier(const char *pid);
+#include <linux/filter.h>
+int find_fd_seccomp_notifier(const char *pid);
+int install_filter(struct sock_filter *filter, unsigned short len);
#endif