aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index 2e2996f8a..0f176449f 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -26,6 +26,7 @@ typedef struct _MpdTag {
char * album;
char * track;
char * title;
+ int time;
} MpdTag;
MpdTag * newMpdTag();