From 86d261bdb5cb18665ecd656bf46e502744ce89f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 14:08:37 +0200 Subject: removed fdprintf() and client_print() All callers of fdprintf() have been converted to client_printf() or fprintf(); it is time to remove this clumsy hack now. We can also remove client_print() which took a file descriptor as parameter. --- src/client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index d5577c331..f0e35bf5c 100644 --- a/src/client.h +++ b/src/client.h @@ -53,6 +53,4 @@ void client_vprintf(struct client *client, const char *fmt, va_list args); */ mpd_fprintf void client_printf(struct client *client, const char *fmt, ...); -int client_print(int fd, const char *buffer, size_t len); - #endif -- cgit v1.2.3