ClientList: convert to a class

This commit is contained in:
Max Kellermann
2013-01-16 22:55:33 +01:00
parent 1998633739
commit 601495fa0f
13 changed files with 77 additions and 157 deletions

@ -28,6 +28,8 @@ extern GThread *main_task;
extern EventLoop *main_loop;
extern class ClientList *client_list;
extern struct Partition *global_partition;
/**