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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/faudit/faudit.h b/src/faudit/faudit.h
index fdb4556c3..f8d9b709d 100644
--- a/src/faudit/faudit.h
+++ b/src/faudit/faudit.h
@@ -48,4 +48,10 @@ void seccomp_test(void);
48void syscall_helper(int argc, char **argv); 48void syscall_helper(int argc, char **argv);
49void syscall_run(const char *name); 49void syscall_run(const char *name);
50 50
51// files.c
52void files_test(void);
53
54// network.c
55void network_test(void);
56
51#endif \ No newline at end of file 57#endif \ No newline at end of file