From 39b8fe4b2c864247e0004d2a8c0ca55bab0fdf32 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 6 Nov 2009 21:12:38 +0100 Subject: rewrote icy header parser shoutcast title is being read from icy headers --- vfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vfs.h') diff --git a/vfs.h b/vfs.h index 6bb7afd7..599e63e4 100644 --- a/vfs.h +++ b/vfs.h @@ -30,5 +30,7 @@ int64_t vfs_ftell (DB_FILE *stream); void vfs_rewind (DB_FILE *stream); int64_t vfs_fgetlength (DB_FILE *stream); const char *vfs_get_content_type (DB_FILE *stream); +const char *vfs_get_content_name (DB_FILE *stream); +const char *vfs_get_content_genre (DB_FILE *stream); #endif // __VFS_H -- cgit v1.2.3