mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-10-30 03:26:22 +00:00
7 lines
139 B
C
7 lines
139 B
C
|
#ifndef __HTTPSERVER_NETCONN_H__
|
||
|
#define __HTTPSERVER_NETCONN_H__
|
||
|
|
||
|
void http_server_netconn_init();
|
||
|
|
||
|
#endif /* __HTTPSERVER_NETCONN_H__ */
|