lab4 webserver
This commit is contained in:
7
lab4/server.h
Normal file
7
lab4/server.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SERVER_H
|
||||
#define SERVER_H
|
||||
|
||||
int server(const char *www_root, int port);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user