diff options
Diffstat (limited to 'src/Main.hxx')
-rw-r--r-- | src/Main.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Main.hxx b/src/Main.hxx index b2768600c..e403d5669 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -23,14 +23,13 @@ #include <glib.h> class EventLoop; +struct Instance; extern GThread *main_task; extern EventLoop *main_loop; -extern class ClientList *client_list; - -extern struct Partition *global_partition; +extern Instance *instance; /** * A entry point for application. |