Client: eliminate client_puts(), use Client::Write() instead

This commit is contained in:
Max Kellermann
2017-02-03 20:46:53 +01:00
parent 3102e05da4
commit 16b260e371
5 changed files with 3 additions and 14 deletions

View File

@@ -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.
*/