Merged from trunk: removed empty function autoip_init() (converted to an empty define)

This commit is contained in:
goldsimon
2011-12-14 21:46:47 +01:00
parent 3306641708
commit a91d8e7395
2 changed files with 13 additions and 22 deletions

View File

@@ -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);