From: Kalle Wallin Date: Wed, 21 Apr 2004 08:37:08 +0000 (+0000) Subject: Added seek_target_time, seek_song_id. X-Git-Tag: v0.12_alpha1~572 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a27728c12fd5a34d01f6f6881c26b6f2c12e92d0;p=ncmpc.git Added seek_target_time, seek_song_id. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@864 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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;