diff options
author | Max Kellermann <max@duempel.org> | 2008-04-12 04:14:45 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-12 04:14:45 +0000 |
commit | 4ee8396f417d15c161b425c6f8c15fe845242434 (patch) | |
tree | f284695c784364904aebe52d0129e3a98deb4384 /src/player.h | |
parent | b7ac3fab465f883220790df8cad84d8bd96446bb (diff) | |
download | mpd-4ee8396f417d15c161b425c6f8c15fe845242434.tar.gz mpd-4ee8396f417d15c161b425c6f8c15fe845242434.tar.xz mpd-4ee8396f417d15c161b425c6f8c15fe845242434.zip |
use the notify API in the main thread
git-svn-id: https://svn.musicpd.org/mpd/trunk@7283 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |