client/Response: new Client wrapper class for writing responses
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
class Client;
|
||||
class Response;
|
||||
|
||||
/**
|
||||
* Write a line with a time stamp to the client.
|
||||
*/
|
||||
void
|
||||
time_print(Client &client, const char *name, time_t t);
|
||||
time_print(Response &r, const char *name, time_t t);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user