aboutgitcodelistschat:MatrixIRC
path: root/common/common.h
blob: 780f7561a96c0fb1087b66c895e9d6f4fa0966c9 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef COMMON_H_
#define COMMON_H_

#include <linux/filter.h>

int find_fd_seccomp_notifier(const char *pid);
int install_filter(struct sock_filter *filter, unsigned short len);
#endif