summaryrefslogtreecommitdiff
path: root/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfs.h')
-rw-r--r--vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs.h b/vfs.h
index 66e44315..418365bc 100644
--- a/vfs.h
+++ b/vfs.h
@@ -31,6 +31,6 @@ 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);
-void vfs_fstop (DB_FILE *stream);
+void vfs_fabort (DB_FILE *stream);
#endif // __VFS_H