mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00

... from http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git/ into contrib/ subdir, STABLE-2_1_0_RELEASE tag lwIP contrib is now officially frozen TODO: Fix build
7 lines
146 B
C
7 lines
146 B
C
#ifndef LWIP_HTTPSERVER_NETCONN_H
|
|
#define LWIP_HTTPSERVER_NETCONN_H
|
|
|
|
void http_server_netconn_init(void);
|
|
|
|
#endif /* LWIP_HTTPSERVER_NETCONN_H */
|