aboutsummaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 08:08:36 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 08:08:36 +0100
commit377a2b9e077d19501b89f4347afa78baa6c32f5f (patch)
tree7524c6ca4d29fe569d714251fdd30cb96f1185ca /src/ClientInternal.hxx
parent045993001c2d9fc075bff122e14d5afd779e8069 (diff)
ClientList: add header ClientList.hxx
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r--src/ClientInternal.hxx18
1 files changed, 0 insertions, 18 deletions
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);