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 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