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.
This commit is contained in:
Max Kellermann
2008-09-07 14:08:37 +02:00
parent 322e908893
commit 86d261bdb5
5 changed files with 0 additions and 120 deletions

View File

@@ -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