mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-23 16:47:05 +08:00
Restructure documentation. Create two top-level sections for thread-safe and callback-style APIs.
This commit is contained in:
@@ -257,7 +257,6 @@ struct netconn {
|
||||
|
||||
/** @ingroup netconn_common */
|
||||
#define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
|
||||
/** @ingroup netconn_common */
|
||||
#define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
|
||||
struct netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
|
||||
netconn_callback callback);
|
||||
|
||||
Reference in New Issue
Block a user