summaryrefslogtreecommitdiff
path: root/junklib.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-31 22:50:16 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-31 22:50:16 +0200
commit6612a214e630e29aeb06355d158d4f5911d98f40 (patch)
tree5f358d23bf7308a249e6c75db3b4892fd16d910b /junklib.h
parent7eeefed0d5e4ec515dbaf980b58b9866b7d7dd5c (diff)
initial implementation of tag writer in mp3 plugin
Diffstat (limited to 'junklib.h')
-rw-r--r--junklib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/junklib.h b/junklib.h
index a3a8884c..6f745dfc 100644
--- a/junklib.h
+++ b/junklib.h
@@ -27,6 +27,9 @@ int
junk_id3v1_read (struct playItem_s *it, DB_FILE *fp);
int
+junk_id3v1_find (DB_FILE *fp);
+
+int
junk_id3v2_read_full (struct playItem_s *it, DB_id3v2_tag_t *tag, DB_FILE *fp);
int
@@ -65,6 +68,9 @@ junk_apev2_read_full (struct playItem_s *it, DB_apev2_tag_t *tag_store, DB_FILE
int
junk_apev2_read (struct playItem_s *it, DB_FILE *fp);
+int
+junk_apev2_find (DB_FILE *fp, int32_t *psize, uint32_t *pflags, uint32_t *pnumitems);
+
DB_apev2_frame_t *
junk_apev2_add_text_frame (DB_apev2_tag_t *tag, const char *frame_id, const char *value);