httpserver-netconn.h 146 B

123456
  1. #ifndef LWIP_HTTPSERVER_NETCONN_H
  2. #define LWIP_HTTPSERVER_NETCONN_H
  3. void http_server_netconn_init(void);
  4. #endif /* LWIP_HTTPSERVER_NETCONN_H */