mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Minor changes in lwip folder: fix some warnings, coding style, and rename "internal" netconn_alloc function.
This commit is contained in:
@@ -148,8 +148,8 @@ void do_join_leave_group( struct api_msg_msg *msg);
|
||||
void do_gethostbyname(void *arg);
|
||||
#endif /* LWIP_DNS */
|
||||
|
||||
struct netconn* netconn_alloc_with_proto_and_callback(
|
||||
enum netconn_type t, u8_t proto,
|
||||
struct netconn* netconn_alloc(
|
||||
enum netconn_type t,
|
||||
void (*callback)(struct netconn *, enum netconn_evt, u16_t len));
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user