From d536944beb783ec098aa6215fc94d8e60cfd310d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 22:42:05 +0100 Subject: Partition: new class, container for Playlist and PlayerControl This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. --- src/Main.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hxx') diff --git a/src/Main.hxx b/src/Main.hxx index 54916ff4..6d61843a 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -28,7 +28,7 @@ extern GMainLoop *main_loop; extern GCond *main_cond; -extern struct player_control *global_player_control; +extern struct Partition *global_partition; /** * A entry point for application. -- cgit v1.2.3