From 248cd50a20d1756413340061f8f18d82d68a8859 Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Sun, 28 Dec 2008 22:09:42 +0100 Subject: update & main_notify: migrate from pthread to glib threads --- src/main_notify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main_notify.h') diff --git a/src/main_notify.h b/src/main_notify.h index b6a252d13..26aad41a0 100644 --- a/src/main_notify.h +++ b/src/main_notify.h @@ -21,9 +21,9 @@ #ifndef MPD_MAIN_NOTIFY_H #define MPD_MAIN_NOTIFY_H -#include +#include -extern pthread_t main_task; +extern GThread *main_task; void init_main_notify(void); -- cgit v1.2.3