diff options
Diffstat (limited to 'net/bootp.h')
-rw-r--r-- | net/bootp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bootp.h b/net/bootp.h index ecbcc4d..3b95a0a 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -65,6 +65,7 @@ extern int BootpTry; /* Send a BOOTP request */ +extern void BootpReset(void); extern void BootpRequest(void); /****************** DHCP Support *********************/ @@ -88,8 +89,6 @@ typedef enum { INIT, #define DHCP_NAK 6 #define DHCP_RELEASE 7 -#define SELECT_TIMEOUT 3000UL /* Milliseconds to wait for offers */ - /**********************************************************************/ #endif /* __BOOTP_H__ */ |