diff options
Diffstat (limited to 'libwardrobe/src/wardrobe.h')
-rw-r--r-- | libwardrobe/src/wardrobe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libwardrobe/src/wardrobe.h b/libwardrobe/src/wardrobe.h index aeeda87..5662139 100644 --- a/libwardrobe/src/wardrobe.h +++ b/libwardrobe/src/wardrobe.h @@ -35,6 +35,7 @@ typedef struct { typedef struct { char *artist; char *title; + char *album; time_t started; time_t length; } WardrobeSong_t; |