aboutsummaryrefslogtreecommitdiffstats
path: root/mpc.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-21 08:37:08 +0000
committerKalle Wallin <kaw@linux.se>2004-04-21 08:37:08 +0000
commita27728c12fd5a34d01f6f6881c26b6f2c12e92d0 (patch)
tree66772d71e4d61b05f81a131aefa619576d7954c2 /mpc.h
parent5f6bc7fa9fc8fd7f4ae9a44c03434a457f090585 (diff)
downloadmpd-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpc.h b/mpc.h
index b18974b61..a09aeeebe 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;