aboutsummaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
diff options
context:
space:
mode:
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);