From 7cb1ac08b6ec36d83b14fb69b6924eb484e43c4c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 30 Jan 2010 21:45:27 +0100 Subject: improved icy metadata support --- deadbeef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deadbeef.h') diff --git a/deadbeef.h b/deadbeef.h index 1f5a5890..14404eda 100644 --- a/deadbeef.h +++ b/deadbeef.h @@ -354,6 +354,8 @@ typedef struct { int (*junk_read_ape) (DB_playItem_t *it, DB_FILE *fp); int (*junk_get_leading_size) (DB_FILE *fp); void (*junk_copy) (DB_playItem_t *from, DB_playItem_t *first, DB_playItem_t *last); + const char * (*junk_detect_charset) (const char *s); + void (*junk_recode) (const char *in, int inlen, char *out, int outlen, const char *cs); // vfs DB_FILE* (*fopen) (const char *fname); void (*fclose) (DB_FILE *f); -- cgit v1.2.3