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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/faudit/faudit.h b/src/faudit/faudit.h
index 74426ac0a..50d75c2a4 100644
--- a/src/faudit/faudit.h
+++ b/src/faudit/faudit.h
@@ -32,10 +32,16 @@
32 32
33#define errExit(msg) do { char msgout[500]; sprintf(msgout, "Error %s:%s(%d)", msg, __FUNCTION__, __LINE__); perror(msgout); exit(1);} while (0) 33#define errExit(msg) do { char msgout[500]; sprintf(msgout, "Error %s:%s(%d)", msg, __FUNCTION__, __LINE__); perror(msgout); exit(1);} while (0)
34 34
35// main.c
36extern char *prog;
37
35// pid.c 38// pid.c
36void pid(void); 39void pid_test(void);
37 40
38// caps.c 41// caps.c
39void caps(void); 42void caps_test(void);
43
44// seccomp.c
45void seccomp_test(void);
40 46
41#endif \ No newline at end of file 47#endif \ No newline at end of file