aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hxx')
-rw-r--r--src/Main.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index a789300ed..943d9819e 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -20,11 +20,11 @@
#ifndef MPD_MAIN_HXX
#define MPD_MAIN_HXX
+class ThreadId;
class EventLoop;
struct Instance;
-typedef struct _GThread GThread;
-extern GThread *main_task;
+extern ThreadId main_thread;
extern EventLoop *main_loop;