aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnet/fnet.h
diff options
context:
space:
mode:
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);