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.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client.c') diff --git a/src/client.c b/src/client.c index 65dc858f3..369390ba0 100644 --- a/src/client.c +++ b/src/client.c @@ -773,7 +773,10 @@ static void client_write_output(struct client *client) client->send_buf_used = 0; } -void client_write(struct client *client, const char *buffer, size_t buflen) +/** + * Write a block of data to the client. + */ +static void client_write(struct client *client, const char *buffer, size_t buflen) { /* if the client is going to be closed, do nothing */ if (client_is_expired(client)) -- cgit v1.2.3