3
0
mirror of https://github.com/XboxDev/nxdk.git synced 2026-04-03 05:43:26 +00:00
Files
nxdk/samples/httpd_bsd/httpserver.h
2019-08-20 21:24:25 +02:00

7 lines
125 B
C

#ifndef LWIP_HTTPSERVER_BSD_H
#define LWIP_HTTPSERVER_BSD_H
void http_server_bsd(void);
#endif /* LWIP_HTTPSERVER_BSD_H */