aboutsummaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 22:53:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 22:53:12 +0100
commit5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 (patch)
tree32094f443903b1c128f2336278f120f896091001 /src/ClientInternal.hxx
parent378ebad1c8d7079b41319600f13c1c884d6c693a (diff)
TagPool, ...: include cleanup
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r--src/ClientInternal.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx
index 06a60be7..c3111868 100644
--- a/src/ClientInternal.hxx
+++ b/src/ClientInternal.hxx
@@ -32,8 +32,6 @@
#include <string>
#include <list>
-#include <glib.h>
-
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "client"
@@ -130,16 +128,6 @@ extern size_t client_max_command_list_size;
extern size_t client_max_output_buffer_size;
enum command_return
-client_read(Client *client);
-
-enum command_return
client_process_line(Client *client, char *line);
-void
-client_write_output(Client *client);
-
-gboolean
-client_in_event(GIOChannel *source, GIOCondition condition,
- gpointer data);
-
#endif