From b5bedb49dad2da3aab4a997ac6daad1c4f30d67a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 28 Sep 2009 22:56:57 +0200 Subject: added VFS plugins implemented stdio VFS plugin ported flac, mpgmad, ffap, vorbis, wavpack, junklib to VFS --- junklib.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'junklib.h') diff --git a/junklib.h b/junklib.h index 76399bd6..807c300d 100644 --- a/junklib.h +++ b/junklib.h @@ -18,21 +18,21 @@ #ifndef __JUNKLIB_H #define __JUNKLIB_H -#include +#include "deadbeef.h" struct playItem_s; int -junk_read_id3v1 (struct playItem_s *it, FILE *fp); +junk_read_id3v1 (struct playItem_s *it, DB_FILE *fp); int -junk_read_id3v2 (struct playItem_s *it, FILE *fp); +junk_read_id3v2 (struct playItem_s *it, DB_FILE *fp); int -junk_read_ape (struct playItem_s *it, FILE *fp); +junk_read_ape (struct playItem_s *it, DB_FILE *fp); int -junk_get_leading_size (FILE *fp); +junk_get_leading_size (DB_FILE *fp); const char * junk_detect_charset (const char *s); -- cgit v1.2.3