diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-29 10:58:14 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-30 19:21:41 +0200 |
commit | 215cdda08d3b69c3a58a6b783e4c8b14a3277d5f (patch) | |
tree | 2c3ca7446eaa27fe0004cfbc46184b26f10447a8 /src/client.h | |
parent | e81f683a1805871fa671485dc2a6327763ef1cf0 (diff) | |
download | mpd-215cdda08d3b69c3a58a6b783e4c8b14a3277d5f.tar.gz mpd-215cdda08d3b69c3a58a6b783e4c8b14a3277d5f.tar.xz mpd-215cdda08d3b69c3a58a6b783e4c8b14a3277d5f.zip |
client: client_write() does not necessary for export.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client.h b/src/client.h index c992dab46..824497aba 100644 --- a/src/client.h +++ b/src/client.h @@ -46,11 +46,6 @@ unsigned client_get_permission(const struct client *client); void client_set_permission(struct client *client, unsigned permission); /** - * Write a block of data to the client. - */ -void client_write(struct client *client, const char *data, size_t length); - -/** * Write a C string to the client. */ void client_puts(struct client *client, const char *s); |