]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/ankh/lib/lwip/lib/contrib/src/include/ipv4/lwip/autoip.h
update
[l4.git] / l4 / pkg / ankh / lib / lwip / lib / contrib / src / include / ipv4 / lwip / autoip.h
index 5b77c5e8aaa8eaa8d6ae9bd8ec6087e00e7fbb5b..e62b72e8cd8c2d9d1239fd8c918d59f33f7558a9 100644 (file)
@@ -80,7 +80,7 @@ extern "C" {
 
 struct autoip
 {
-  ip_addr_t llipaddr;  /* the currently selected, probed, announced or used LL IP-Address */
+  ip_addr_t llipaddr;       /* the currently selected, probed, announced or used LL IP-Address */
   u8_t state;               /* current AutoIP state machine state */
   u8_t sent_num;            /* sent number of probes or announces, dependent on state */
   u16_t ttw;                /* ticks to wait, tick is AUTOIP_TMR_INTERVAL long */
@@ -89,8 +89,7 @@ struct autoip
 };
 
 
-/** Init srand, has to be called before entering mainloop */
-void autoip_init(void);
+#define autoip_init() /* Compatibility define, no init needed. */
 
 /** Set a struct autoip allocated by the application to work with */
 void autoip_set_struct(struct netif *netif, struct autoip *autoip);