8 lines
88 B
C
8 lines
88 B
C
#ifndef SERVER_H
|
|
#define SERVER_H
|
|
|
|
int server(const char *www_root, int port);
|
|
|
|
#endif
|
|
|