From 4ee8396f417d15c161b425c6f8c15fe845242434 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Apr 2008 04:14:45 +0000 Subject: use the notify API in the main thread git-svn-id: https://svn.musicpd.org/mpd/trunk@7283 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/player.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 8e2678ef1..7f43cc0d8 100644 --- a/src/player.h +++ b/src/player.h @@ -80,6 +80,8 @@ typedef struct _PlayerControl { void wakeup_main_task(void); +void wait_main_task(void); + void wakeup_player_nb(void); void player_sleep(void); -- cgit v1.2.3