6 lines
78 B
C
6 lines
78 B
C
#ifndef WEB_SERVER_H
|
|
#define WEB_SERVER_H
|
|
|
|
void web_server_init(void);
|
|
|
|
#endif |