From 215cdda08d3b69c3a58a6b783e4c8b14a3277d5f Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 29 Mar 2009 10:58:14 -0700 Subject: client: client_write() does not necessary for export. --- src/client.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index c992dab46..824497aba 100644 --- a/src/client.h +++ b/src/client.h @@ -45,11 +45,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. */ -- cgit v1.2.3