mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-20 10:20:54 +00:00
Merged from trunk: removed empty function autoip_init() (converted to an empty define)
This commit is contained in:
parent
3306641708
commit
a91d8e7395
@ -122,14 +122,6 @@ static err_t autoip_bind(struct netif *netif);
|
|||||||
/* start sending probes for llipaddr */
|
/* start sending probes for llipaddr */
|
||||||
static void autoip_start_probing(struct netif *netif);
|
static void autoip_start_probing(struct netif *netif);
|
||||||
|
|
||||||
/**
|
|
||||||
* Initialize this module
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
autoip_init(void)
|
|
||||||
{
|
|
||||||
LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, ("autoip_init()\n"));
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Set a statically allocated struct autoip to work with.
|
/** Set a statically allocated struct autoip to work with.
|
||||||
* Using this prevents autoip_start to allocate it using mem_malloc.
|
* Using this prevents autoip_start to allocate it using mem_malloc.
|
||||||
|
@ -89,8 +89,7 @@ struct autoip
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/** Init srand, has to be called before entering mainloop */
|
#define autoip_init() /* Compatibility define, no init needed. */
|
||||||
void autoip_init(void);
|
|
||||||
|
|
||||||
/** Set a struct autoip allocated by the application to work with */
|
/** Set a struct autoip allocated by the application to work with */
|
||||||
void autoip_set_struct(struct netif *netif, struct autoip *autoip);
|
void autoip_set_struct(struct netif *netif, struct autoip *autoip);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user