summaryrefslogtreecommitdiff
path: root/vfs.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 12:22:39 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 12:22:39 +0100
commit16f075f95d55466856cf7f3fdea2c503b2fcd7cf (patch)
treead8c457b89cd4b112b4720f186af2a26c6a037ca /vfs.h
parent9743e5efa30faa3eedaadc534d821a29ba41290e (diff)
now it's possible to interrupt hanging file operations (e.g. slow http)
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 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