/[lwip]/lwip/src/include/lwip/dhcp.h
ViewVC logotype

Diff of /lwip/src/include/lwip/dhcp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by jani, Thu Feb 20 17:16:31 2003 UTC revision 1.10 by likewise, Mon Mar 10 16:09:41 2003 UTC
# Line 5  Line 5 
5  #define __LWIP_DHCP_H__  #define __LWIP_DHCP_H__
6    
7  #include "lwip/opt.h"  #include "lwip/opt.h"
8    #include "lwip/netif.h"
9  #include "lwip/udp.h"  #include "lwip/udp.h"
10    
11  /** period (in seconds) of the application calling dhcp_coarse_tmr() */  /** period (in seconds) of the application calling dhcp_coarse_tmr() */
# Line 87  PACK_STRUCT_END Line 88  PACK_STRUCT_END
88  #endif  #endif
89    
90  /* Declare here to avoid including netif.h creating a circular dependency */  /* Declare here to avoid including netif.h creating a circular dependency */
91  struct netif;  //struct netif;
92    
 /** initialize DHCP client */  
 void dhcp_init(void);  
93  /** start DHCP configuration */  /** start DHCP configuration */
94  err_t dhcp_start(struct netif *netif);  err_t dhcp_start(struct netif *netif);
95  /** stop DHCP configuration */  /** stop DHCP configuration */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26