Code

Added seek_target_time, seek_song_id.
authorKalle Wallin <kaw@linux.se>
Wed, 21 Apr 2004 08:37:08 +0000 (08:37 +0000)
committerKalle Wallin <kaw@linux.se>
Wed, 21 Apr 2004 08:37:08 +0000 (08:37 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@864 09075e82-0dd4-0310-85a5-a0d7c8717e4f

mpc.h

diff --git a/mpc.h b/mpc.h
index b18974b61aed20930d2bf91cf2b0983808bd0049..a09aeeebe5c5382f7ae245f72f9790a45a01ab8f 100644 (file)
--- 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;