summaryrefslogtreecommitdiff
path: root/junklib.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-19 21:54:55 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-19 21:54:55 +0200
commita5ca48b018e7467c4a5817df3feb4276eaf08c4c (patch)
tree54265a8be7959e05260c9798e270ead8376d8676 /junklib.h
parente76b2e55840bc1b33694b6e2052d5e70a07bbe6a (diff)
added functions to parse apev2 tags from memory
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 8b19d2ca..48d7eefc 100644
--- a/junklib.h
+++ b/junklib.h
@@ -69,9 +69,15 @@ int
junk_apev2_read_full (struct playItem_s *it, DB_apev2_tag_t *tag_store, DB_FILE *fp);
int
+junk_apev2_read_full_mem (struct playItem_s *it, DB_apev2_tag_t *tag_store, char *mem, int memsize);
+
+int
junk_apev2_read (struct playItem_s *it, DB_FILE *fp);
int
+junk_apev2_read_mem (struct playItem_s *it, char *mem, int size);
+
+int
junk_apev2_find (DB_FILE *fp, int32_t *psize, uint32_t *pflags, uint32_t *pnumitems);
DB_apev2_frame_t *