From 16f075f95d55466856cf7f3fdea2c503b2fcd7cf Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 8 Nov 2009 12:22:39 +0100 Subject: now it's possible to interrupt hanging file operations (e.g. slow http) --- vfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vfs.h') diff --git a/vfs.h b/vfs.h index 599e63e4..65610cf2 100644 --- a/vfs.h +++ b/vfs.h @@ -32,5 +32,6 @@ 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); +void vfs_fstop (DB_FILE *stream); #endif // __VFS_H -- cgit v1.2.3