summaryrefslogtreecommitdiff
path: root/junklib.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-28 14:06:46 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-28 14:06:46 +0200
commitf5d56e5257193e21483135a3595fab52862d629c (patch)
tree473dabb531c6fd994ed1383ca70a29910cb8ea3f /junklib.h
parent3e8bb0dcf945a1e8c741f2a134f59c2695634bbf (diff)
added id3v2.3 text frame editing support
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 2566e135..ec2c4706 100644
--- a/junklib.h
+++ b/junklib.h
@@ -30,6 +30,12 @@ int
junk_read_id3v2_full (struct playItem_s *it, DB_id3v2_tag_t *tag, DB_FILE *fp);
int
+junk_id3v2_add_text_frame_23 (DB_id3v2_tag_t *tag, const char *frame_id, const char *value);
+
+int
+junk_id3v2_remove_frames (DB_id3v2_tag_t *tag, const char *frame_id);
+
+int
junk_write_id3v2 (const char *fname, DB_id3v2_tag_t *tag);
void