aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnet/fnet.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/fnet/fnet.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/fnet/fnet.h')
-rw-r--r--src/fnet/fnet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fnet/fnet.h b/src/fnet/fnet.h
index d6080e283..b4b7e6a37 100644
--- a/src/fnet/fnet.h
+++ b/src/fnet/fnet.h
@@ -26,6 +26,9 @@
26#include <assert.h> 26#include <assert.h>
27#include "../include/common.h" 27#include "../include/common.h"
28 28
29// main.c
30extern int arg_quiet;
31
29// veth.c 32// veth.c
30int net_create_veth(const char *dev, const char *nsdev, unsigned pid); 33int net_create_veth(const char *dev, const char *nsdev, unsigned pid);
31int net_create_macvlan(const char *dev, const char *parent, unsigned pid); 34int net_create_macvlan(const char *dev, const char *parent, unsigned pid);