summaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-05 05:49:11 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-05 05:49:11 +0200
commit818abd9f2f42c36a0f91ff6d29a9a635398216e0 (patch)
tree93d798fa855cc8acc6bbd5754ab2b50186ef42c2 /interface.h
parentf026eb8247d74f88a6b704af866879867574f9f0 (diff)
move ip related functions and data structures to a separate header file
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/interface.h b/interface.h
index f66b5b9..bde069c 100644
--- a/interface.h
+++ b/interface.h
@@ -75,14 +75,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_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);
-
-int interface_add_route(struct interface *iface, struct device_route *route);
-void interface_del_route(struct interface *iface, struct device_route *route);
-void interface_del_all_routes(struct interface *iface);
-
void interface_start_pending(void);
#endif