From 377a2b9e077d19501b89f4347afa78baa6c32f5f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 9 Jan 2013 08:08:36 +0100 Subject: ClientList: add header ClientList.hxx --- src/ClientInternal.hxx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/ClientInternal.hxx') diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx index 9d508fa1..7e88a6d0 100644 --- a/src/ClientInternal.hxx +++ b/src/ClientInternal.hxx @@ -118,24 +118,6 @@ extern int client_timeout; extern size_t client_max_command_list_size; extern size_t client_max_output_buffer_size; -bool -client_list_is_empty(void); - -bool -client_list_is_full(void); - -Client * -client_list_get_first(void); - -void -client_list_add(Client *client); - -void -client_list_foreach(GFunc func, gpointer user_data); - -void -client_list_remove(Client *client); - void client_close(Client *client); -- cgit v1.2.3