summaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-04 13:52:56 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-04 13:52:56 +0200
commit4ed89555c4b5e748ed407f7694b5c9b32eea2e54 (patch)
tree8d701de40a8434f871ab98e44592f66cb29fe3b6 /interface.h
parent71016cda9739642fd49ffa949555e7240b7b1284 (diff)
make bridge configuration more dynamic
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index a63997a..9090164 100644
--- a/interface.h
+++ b/interface.h
@@ -74,8 +74,6 @@ void interface_remove_link(struct interface *iface, struct device *llif);
void interface_add_error(struct interface *iface, const char *subsystem,
const char *code, const char **data, int n_data);
-int interface_attach_bridge(struct interface *iface, struct uci_section *s);
-
int interface_add_address(struct interface *iface, struct device_addr *addr);
void interface_del_address(struct interface *iface, struct device_addr *addr);
void interface_del_ctx_addr(struct interface *iface, void *ctx);