summaryrefslogtreecommitdiff
path: root/vfs.h
diff options
context:
space:
mode:
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