From a27728c12fd5a34d01f6f6881c26b6f2c12e92d0 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Wed, 21 Apr 2004 08:37:08 +0000 Subject: [PATCH] Added seek_target_time, seek_song_id. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@864 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- mpc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mpc.h b/mpc.h index b18974b..a09aeee 100644 --- a/mpc.h +++ b/mpc.h @@ -1,3 +1,4 @@ + typedef struct { char selected; @@ -13,6 +14,9 @@ typedef struct int song_id; int song_updated; + int seek_song_id; + int seek_target_time; + GList *playlist; int playlist_length; long long playlist_id; -- 2.30.2