7 lines
95 B
C
7 lines
95 B
C
#ifndef YGG_HTTP_SERV
|
|
#define YGG_HTTP_SERV
|
|
|
|
httpd_handle_t ygg_start_webserver(void);
|
|
|
|
#endif
|