summaryrefslogtreecommitdiffstats
path: root/network/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/bridge.h')
-rw-r--r--network/bridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network/bridge.h b/network/bridge.h
index 45e744d3..2630b892 100644
--- a/network/bridge.h
+++ b/network/bridge.h
@@ -26,3 +26,4 @@ void bridge_cleanup(void);
int bridge_create(const char *name);
int bridge_remove(const char *name);
+int bridge_add_interface(const char *bridge, const char *dev);