summaryrefslogtreecommitdiff
path: root/vfs.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-25 21:16:35 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-25 21:16:35 +0100
commit1205684e301f998f26a1dc8828e1f628ef0160f6 (patch)
tree3347a4cfab6edd8432c91c4f33d96564078e887c /vfs.h
parent3e5687aef0a52ee3e500741f4623145a351d41dd (diff)
added vfs filetype detection based on content-type
Diffstat (limited to 'vfs.h')
-rw-r--r--vfs.h1
1 files changed, 1 insertions, 0 deletions
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