mirror of
https://github.com/XboxDev/nxdk.git
synced 2026-04-03 05:43:26 +00:00
7 lines
125 B
C
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 */
|