From b7ac3fab465f883220790df8cad84d8bd96446bb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Apr 2008 04:14:38 +0000 Subject: use the notify API in the player git-svn-id: https://svn.musicpd.org/mpd/trunk@7282 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index c819a90c..8e2678ef 100644 --- a/src/player.h +++ b/src/player.h @@ -51,6 +51,7 @@ #define PLAYER_QUEUE_LOCKED 1 typedef struct _PlayerControl { + Notify notify; volatile mpd_sint8 stop; volatile mpd_sint8 play; volatile mpd_sint8 pause; -- cgit v1.2.3