diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-21 08:37:08 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-21 08:37:08 +0000 |
commit | a27728c12fd5a34d01f6f6881c26b6f2c12e92d0 (patch) | |
tree | 66772d71e4d61b05f81a131aefa619576d7954c2 /mpc.h | |
parent | 5f6bc7fa9fc8fd7f4ae9a44c03434a457f090585 (diff) | |
download | mpd-a27728c12fd5a34d01f6f6881c26b6f2c12e92d0.tar.gz mpd-a27728c12fd5a34d01f6f6881c26b6f2c12e92d0.tar.xz mpd-a27728c12fd5a34d01f6f6881c26b6f2c12e92d0.zip |
Added seek_target_time, seek_song_id.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@864 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'mpc.h')
-rw-r--r-- | mpc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |