From 069009f8e39238ec1a67fba6cfb287b9a0cac83e Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 10:07:48 +0100 Subject: Re-organize project and add license header --- src/common/common.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/common/common.h (limited to 'src/common/common.h') diff --git a/src/common/common.h b/src/common/common.h new file mode 100644 index 0000000..487032b --- /dev/null +++ b/src/common/common.h @@ -0,0 +1,6 @@ +#ifndef COMMON_H_ +#define COMMON_H_ + +int find_fd_seccomp_notifier(const char *pid); + +#endif -- cgit v1.2.3