From: Ted Lemon Date: Mon, 13 May 1996 00:03:48 +0000 (+0000) Subject: Move interface_info struct to dhcpd.h X-Git-Tag: BETA-2~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5038b841786b7d9000f28fe930cc2ed03ff7b8e;p=thirdparty%2Fdhcp.git Move interface_info struct to dhcpd.h --- diff --git a/includes/inet.h b/includes/inet.h index ca87c4fb2..758573e9e 100644 --- a/includes/inet.h +++ b/includes/inet.h @@ -45,14 +45,3 @@ struct iaddr { int len; unsigned char iabuf [16]; }; - -/* Information about each network interface. */ - -struct interface_info { - struct interface_info *next; /* Next interface in list... */ - struct subnet *local_subnet; /* This interface's subnet. */ - struct iaddr address; /* Its IP address. */ - int rfdesc; /* Its read file descriptor. */ - int wfdesc; /* Its write file descriptor, if - different. */ -}; diff --git a/inet.h b/inet.h index ca87c4fb2..758573e9e 100644 --- a/inet.h +++ b/inet.h @@ -45,14 +45,3 @@ struct iaddr { int len; unsigned char iabuf [16]; }; - -/* Information about each network interface. */ - -struct interface_info { - struct interface_info *next; /* Next interface in list... */ - struct subnet *local_subnet; /* This interface's subnet. */ - struct iaddr address; /* Its IP address. */ - int rfdesc; /* Its read file descriptor. */ - int wfdesc; /* Its write file descriptor, if - different. */ -};