Removed autoip_init() since it does nothing; minor coding style changes

This commit is contained in:
goldsimon
2011-05-21 16:01:19 +00:00
parent 5852993243
commit 9546e65617
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);