Main: use ThreadId instead of GThread*

This commit is contained in:
Max Kellermann
2013-10-17 19:27:02 +02:00
parent aad0ea6e23
commit 32dfc11c23
3 changed files with 8 additions and 6 deletions

@ -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;