summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
diff options
context:
space:
mode:
authorMichael Brown2008-03-21 01:01:27 +0100
committerMichael Brown2008-03-21 01:01:27 +0100
commitaec9b8a41b6cad1b257c4e3a7f043f35871aafd0 (patch)
treed75b982ed496f3f5142f5b6c02fcbd3cea868f6e /src/include/gpxe/ip.h
parent[Settings] Convert code in src/usr to use settings API. (diff)
downloadipxe-aec9b8a41b6cad1b257c4e3a7f043f35871aafd0.tar.gz
ipxe-aec9b8a41b6cad1b257c4e3a7f043f35871aafd0.tar.xz
ipxe-aec9b8a41b6cad1b257c4e3a7f043f35871aafd0.zip
[Settings] Use a settings applicator to configure IPv4 routes.
Diffstat (limited to 'src/include/gpxe/ip.h')
-rw-r--r--src/include/gpxe/ip.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h
index a6844093..0a23565b 100644
--- a/src/include/gpxe/ip.h
+++ b/src/include/gpxe/ip.h
@@ -77,9 +77,4 @@ extern struct list_head ipv4_miniroutes;
extern struct net_protocol ipv4_protocol;
-extern int add_ipv4_address ( struct net_device *netdev,
- struct in_addr address, struct in_addr netmask,
- struct in_addr gateway );
-extern void del_ipv4_address ( struct net_device *netdev );
-
#endif /* _GPXE_IP_H */