summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2011-09-23 14:09:25 +0000
committerSteven Barth <steven@midlink.org>2011-09-23 14:09:25 +0000
commit8e3fc8bfa55fe256ab9520db8df94dae57a1dc28 (patch)
tree11e0851e9a848bb350520e80e9f5bb45f27dbcdf /system.h
parent2c915b27e10c02795eea8b2fb9f327a62c5ef40d (diff)
downloadnetifd-8e3fc8bfa55fe256ab9520db8df94dae57a1dc28.tar.gz
add a system_init function for system control
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.h b/system.h
index 8658467..c9b28c8 100644
--- a/system.h
+++ b/system.h
@@ -5,6 +5,8 @@
#include "device.h"
#include "interface-ip.h"
+int system_init(void);
+
int system_bridge_addbr(struct device *bridge);
int system_bridge_delbr(struct device *bridge);
int system_bridge_addif(struct device *bridge, struct device *dev);