diff options
Diffstat (limited to 'contrib/apps/httpserver/httpserver-netconn.h')
-rw-r--r-- | contrib/apps/httpserver/httpserver-netconn.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/apps/httpserver/httpserver-netconn.h b/contrib/apps/httpserver/httpserver-netconn.h new file mode 100644 index 00000000000..d84b10362ff --- /dev/null +++ b/contrib/apps/httpserver/httpserver-netconn.h @@ -0,0 +1,6 @@ +#ifndef LWIP_HTTPSERVER_NETCONN_H +#define LWIP_HTTPSERVER_NETCONN_H + +void http_server_netconn_init(void); + +#endif /* LWIP_HTTPSERVER_NETCONN_H */ |