From 1205684e301f998f26a1dc8828e1f628ef0160f6 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 25 Oct 2009 21:16:35 +0100 Subject: added vfs filetype detection based on content-type --- vfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vfs.h') diff --git a/vfs.h b/vfs.h index 3090ba1d..6bb7afd7 100644 --- a/vfs.h +++ b/vfs.h @@ -29,5 +29,6 @@ int vfs_fseek (DB_FILE *stream, int64_t offset, int whence); 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); #endif // __VFS_H -- cgit v1.2.3