aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/faudit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/faudit.h')
-rw-r--r--src/faudit/faudit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/faudit/faudit.h b/src/faudit/faudit.h
index 50d75c2a4..fdb4556c3 100644
--- a/src/faudit/faudit.h
+++ b/src/faudit/faudit.h
@@ -44,4 +44,8 @@ void caps_test(void);
44// seccomp.c 44// seccomp.c
45void seccomp_test(void); 45void seccomp_test(void);
46 46
47// syscall.c
48void syscall_helper(int argc, char **argv);
49void syscall_run(const char *name);
50
47#endif \ No newline at end of file 51#endif \ No newline at end of file