aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-16 22:55:33 +0100
committerMax Kellermann <max@duempel.org>2013-01-16 23:00:13 +0100
commit601495fa0f3d3793d4ee761d1b86f8435417266c (patch)
tree1284f0f0ac48668391063e5f45eba08d0b59c2ed /src/Main.hxx
parent1998633739b027b97ff89f92825512db91dca8f9 (diff)
ClientList: convert to a class
Diffstat (limited to 'src/Main.hxx')
-rw-r--r--src/Main.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index 6ce07943..b2768600 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -28,6 +28,8 @@ extern GThread *main_task;
extern EventLoop *main_loop;
+extern class ClientList *client_list;
+
extern struct Partition *global_partition;
/**