diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |