From e6562db0423e6019154baf05beb02ff3da02f3bb Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 16:08:46 +0100 Subject: Re-arrange repository structure --- common/common.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/common.h (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h new file mode 100644 index 0000000..487032b --- /dev/null +++ b/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