It is working
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
#ifndef NECRONDA_SERVER
|
||||
#define NECRONDA_SERVER
|
||||
|
||||
#define CHUNK 16384
|
||||
|
||||
using namespace std;
|
||||
|
||||
unsigned long getMicros();
|
||||
@ -21,12 +19,6 @@ string getWebRoot(string host);
|
||||
|
||||
string getMimeType(string path);
|
||||
|
||||
string getHttpDate(time_t time);
|
||||
|
||||
string getHttpDate();
|
||||
|
||||
string getHttpDate(string filename);
|
||||
|
||||
string getTimestamp(string path);
|
||||
|
||||
string getTimestamp(time_t time);
|
||||
|
Reference in New Issue
Block a user