From 988bb509797ef3b0a68f740f12568fc37e0ac425 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 5 Apr 2006 11:41:15 +0000 Subject: Added set_netmask() and set_gateway() --- src/include/gpxe/ip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h index 3a9716879..29aae5176 100644 --- a/src/include/gpxe/ip.h +++ b/src/include/gpxe/ip.h @@ -12,6 +12,8 @@ #include extern void set_ipaddr ( struct in_addr address ); +extern void set_netmask ( struct in_addr address ); +extern void set_gateway ( struct in_addr address ); extern void init_tcpip ( void ); extern void run_tcpip ( void ); -- cgit v1.2.3-55-g7522