diff options
-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; |