Client: eliminate client_puts(), use Client::Write() instead
This commit is contained in:
@@ -214,11 +214,6 @@ void
|
||||
client_new(EventLoop &loop, Partition &partition,
|
||||
int fd, SocketAddress address, int uid);
|
||||
|
||||
/**
|
||||
* Write a C string to the client.
|
||||
*/
|
||||
void client_puts(Client &client, const char *s);
|
||||
|
||||
/**
|
||||
* Write a printf-like formatted string to the client.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user