aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;