aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp/fseccomp.h
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-04-10 09:24:00 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2017-04-10 09:24:00 -0400
commitb05f7f3bd9d0264a6e143e10269e3eca5416b048 (patch)
treec14f7114ddfd89fcaa32a3ed458e150131cd07de /src/fseccomp/fseccomp.h
parentDoc update for baloo_file profile (diff)
downloadfirejail-b05f7f3bd9d0264a6e143e10269e3eca5416b048.tar.gz
firejail-b05f7f3bd9d0264a6e143e10269e3eca5416b048.tar.zst
firejail-b05f7f3bd9d0264a6e143e10269e3eca5416b048.zip
--quiet fixes
Diffstat (limited to 'src/fseccomp/fseccomp.h')
-rw-r--r--src/fseccomp/fseccomp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fseccomp/fseccomp.h b/src/fseccomp/fseccomp.h
index e0d423b4a..1e4881e9c 100644
--- a/src/fseccomp/fseccomp.h
+++ b/src/fseccomp/fseccomp.h
@@ -25,6 +25,9 @@
25#include <assert.h> 25#include <assert.h>
26#include "../include/common.h" 26#include "../include/common.h"
27 27
28// main.c
29extern int arg_quiet;
30
28// syscall.c 31// syscall.c
29void syscall_print(void); 32void syscall_print(void);
30int syscall_check_list(const char *slist, void (*callback)(int fd, int syscall, int arg), int fd, int arg); 33int syscall_check_list(const char *slist, void (*callback)(int fd, int syscall, int arg), int fd, int arg);